Azure web app service time zone change issue

paresh picture paresh · Feb 13, 2018 · Viewed 17k times · Source

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.

I have tried WEB_TIMEZONE variable in app setting but not working.

Answer

Abdul Rauf picture Abdul Rauf · Jun 27, 2018

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

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

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