I am running multiple python function apps through a standard service plan and I am not able to change the time-zone to the desired values. I am located in Amsterdam the Netherlands and have the changed the "WEBSITE_TIME_ZONE" to "W. Europe Standard Time" but all the timestamps are still two hours behind. It looks like this "WEBSITE_TIME_ZONE" field is completely ignored. Changing it to other random values also does not do anything in my case.
Does anyone have a solution for this?
On Linux plans, WEBSITE_TIME_ZONE values are based on TZ database entries https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
For W. Europe Standard Time the equivalent TZ value is Europe/Amsterdam. Try setting WEBSITE_TIME_ZONE to Europe/Amsterdam.