I designed my application considering the fact that, according to the specifications, should run on a server located in Italy and clients will be italian people only.
About a month ago, my bos decided to bring it all on Azure.
Everything went smoothly. The only thing that give me some problem is the fact that the time server is UTC.
The solutions are:
A) simple
modify a startup script to the server time ( http://netindonesia.net/blogs/wely/archive/2011/06/26/setting-timezone-in-windows-azure.aspx )
B) more laborious
Change to make any application to use UTC and show the time properly converted to local time.
If i go for the solution A my doubt is that the fact that the server is set up with a different timezone can somehow create conflicts with Azure.
This is true?