Azure web app service time zone change issue

前端 未结 5 1156
野性不改
野性不改 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-18 21:06

    If you're using Linux Consumption set TZ variable in Application settings. Example:

    TZ: America/Sao_Paulo
    

提交回复
热议问题