Hi, I've an issue while my data persisted as utc date-time and I want my users see the right time (thier) local time.
I can do this using javascript that sends the local time from the client machine to server, but this will cause me the first time the page will be seen it will be written using the UTC-Time.
do you have more ways? thanks.