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.
Azure SQL Database does not support time zone settings; it always follows UTC.
You cannot change the location of an app service plan, regardless of subscription type. You simply need to create a new app service plan in the region you want, and then redeploy your code.
By default, on Azure App Service, the time zone is always UTC, but you can change it.
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/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With