Azure web app service time zone change issue

前端 未结 5 1155
野性不改
野性不改 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 20:56

    If your App Service Plan is Linux change you need to set TZ variable in Application settings with your time zone in format like America/Sao_Paulo

    Don't forget save and restart App.

    Example:

    List of time zones in: https://www.php.net/manual/en/timezones.php

提交回复
热议问题