Hi, How can I change timezone of a Kentico form (bizform)? When I'm submitting a form, The "Form inserted" and "Form updated" fields taking server timezone. How can I set the timezone of that form to Site timezone Or a custom timezone?
https://drive.google.com/file/d/1U45_Ka7l7nVK2ux3Ay6D3QE2QTJ4S4OZ/view
Regards,
It will probably require some back-end programming with global events. These are system fields probably better leave them "as is". I suggest you to create your own DateTime field field and use macro in default value for example: {%DateTime.UtcNow|(identity)GlobalAdministrator%}
{%DateTime.UtcNow|(identity)GlobalAdministrator%}
You need to configure the server and site timezones properly in settings. Unfortunately, it will not look good with existing records, only records moving forward.
https://devnet.kentico.com/articles/understanding-time-zones-within-kentico
Also check out this answer regarding Azure.
Thanks guys for your quick help :)
Please, sign in to be able to submit a new answer.