Is it possible to specify the time zone on Windows Azure?

て烟熏妆下的殇ゞ 提交于 2019-12-24 09:59:11

问题


I am going to migrating a system to Windows Azure. And it will used UTC time for all existing function. Is there any way to set the time zone globally? Or I need to change all the code which display the time? My application will mainly serve in a specified timezone.

I have try apply the culture and uiculture on web.config. And it does not work.

Thanks.


回答1:


As per the Windows Azure Team Blog - all the timing calculations/display etc have been moved to UTC.. https://azure.microsoft.com/en-us/blog/moving-to-coordinated-universal-time-utc/

I feel you would need to change the code which display the time as well which saves the time as well..



来源:https://stackoverflow.com/questions/5660586/is-it-possible-to-specify-the-time-zone-on-windows-azure

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!