Where are you using Date time.Now? If it is in a view you should be able to convert it to display the local time of users browser. If it is in code then it is always best use UTC
huwred
06/05/2024, 6:34 PM
You should be able to create a displaytemplate to do so
j
JN
06/05/2024, 6:37 PM
Both, we are migrating a .net framework project to Umbraco, the old .net framework is hosted in our vm, so DateTime.Now is always CST. Just realized that Umbraco is using UTC now. May have to change everything to UTC in the backend.
JN
06/05/2024, 6:38 PM
How can I display local time of users browser in a razor view?