Azure UTC timezone + umbraco scheduled publishing question
Hey guys,
i'm running umbraco 7 website in Azure.
The problem is, that azure VM timezone is UTC and the client is location in GMT + 1.
So if azure shows 8:00 am, it is 9:00 am for the client.
The problem is that they have problems with their scheduled publishing. If they want to publish something at 15:00, and they set the time to 15:00, it is actually published at 16:00 locally.
Now i've checked if azure allows to change the server timezone, but its not recommended..http://stackoverflow.com/questions/6504153/migration-from-local-server-to-azure-timezone-utc-how-to-solve
Another option they say is to use UTC and convert the time to local time. But since the scheduled publishing is a built in feature in umbraco, i was hoping if you guys know a clever way of solving my problem.
hmm i see. We have websites for all regions hosted in Umbraco. So, I need to support "Publish at" feature to work for all country users.
One thing I have in mind is to add the country offset value to the date and update the releaseDate property. But, this will show the customized updated date to the user and it may confuse them.
Azure UTC timezone + umbraco scheduled publishing question
Hey guys,
i'm running umbraco 7 website in Azure.
The problem is, that azure VM timezone is UTC and the client is location in GMT + 1.
So if azure shows 8:00 am, it is 9:00 am for the client.
The problem is that they have problems with their scheduled publishing. If they want to publish something at 15:00, and they set the time to 15:00, it is actually published at 16:00 locally.
Now i've checked if azure allows to change the server timezone, but its not recommended..http://stackoverflow.com/questions/6504153/migration-from-local-server-to-azure-timezone-utc-how-to-solve
Another option they say is to use UTC and convert the time to local time. But since the scheduled publishing is a built in feature in umbraco, i was hoping if you guys know a clever way of solving my problem.
Thanks in advance.
Hello,
Thanks!!
I have set timezone Azure. No problems here.
https://blogs.msdn.microsoft.com/tomholl/2015/04/06/changing-the-server-time-zone-on-azure-web-apps/
hmm i see. We have websites for all regions hosted in Umbraco. So, I need to support "Publish at" feature to work for all country users.
One thing I have in mind is to add the country offset value to the date and update the releaseDate property. But, this will show the customized updated date to the user and it may confuse them.
Looking to hear more options to this situation!
Thanks!!
is working on a reply...