Azure web app service time zone change issue

前端 未结 5 1186
野性不改
野性不改 2021-02-18 20:07

We are using azure web app service for multi tenant application. But default time zone of app service is UTC taking i want to change that time zone for that region only.

5条回答
  •  忘掉有多难
    2021-02-18 21:00

    You are setting wrong variable. You need to set WEBSITE_TIME_ZONE variable in Application settings. To see supported timezone values see this

    To verify that whether offset is updated or not navigate to Console and execute time command

    Reference: https://kvaes.wordpress.com/2017/01/24/changing-the-timezone-on-your-azure-webapp-app-service-function/

提交回复
热议问题