Set global Datetime offset for Azure website -


i have azure website have datetime set gmt + 0. of users located in gmt +2.

is there simple way how set time offset globaly on application startup datetime values rendered correct offset?

it depends on programming language provides. example, in php, can use date_default_timezone_set. however, in .net , many other languages, there no way change default time zone - use local time zone of machine it's running on.

it's azure sets it's time zones utc. it's not server application or web site depend on time zone settings of computer it's running on. should rely on features of language write application such in control of time zone functionality. example, in .net, can use timezoneinfo convert times time zone wish.


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -