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.
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