Please let me hear your advice.
I played the setting of server time zone from UTC to specific time zone at azure web apps and it was good and changed as I expected specific time zone. [PROCESS] App Setting : WEBSITE_TIME_ZONE = Tokyo Standard Time
Now, I want to use specific time zone within function app. But, azure functions app is not settable like as web apps. reference link
But, this ref link expressed like as it only effect on web apps reference link
I set
WEBSITE_TIME_ZONE = Tokyo Standard Time
in the Application settings in the portal and check the time in Kudu, it works fine.Here is my function Application settings.
If you want to find Application settings, refer to the screenshot.
Update:
If you do not specify the date format, the Date will out put as an ISO Date Format, like
YYYY-MM-DDTHH:mm:ss.sssZ
, actually the time has been changed toTokyo Standard Time
instead of theUTC time
.