--- lang: ja-jp breaks: true --- # Azure App Service 既定のタイムゾーンを東京に変更する 2024-10-01 > Azure App Service の環境変数とアプリ設定 > https://learn.microsoft.com/ja-jp/azure/app-service/reference-app-settings?tabs=kudu%2Cdotnet > アプリ環境 > https://learn.microsoft.com/ja-jp/azure/app-service/reference-app-settings?tabs=kudu%2Cdotnet#app-environment > `WEBSITE_TIME_ZONE` > ![image](https://hackmd.io/_uploads/SJPVB6OCR.png) > 既定のタイム ゾーン > https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11#time-zones > `Tokyo Standard Time` > ![image](https://hackmd.io/_uploads/S1euBau0A.png) > ## Azure App Service に設定する * 名前:`WEBSITE_TIME_ZONE` * 値:`Tokyo Standard Time` ![image](https://hackmd.io/_uploads/Hy-bUp_CC.png) ![image](https://hackmd.io/_uploads/HyeGUadRA.png) ## 確認 ### 変更前 ![image](https://hackmd.io/_uploads/rkwII6OA0.png) ### 変更後 ![image](https://hackmd.io/_uploads/S14vUpuAC.png) ###### tags: `Azure` `App Service` `WEBSITE_TIME_ZONE` `Tokyo Standard Time` `タイムゾーン`