score:0

I actually connected my localhost to the MS Azure database directly to test - IT WORKS!

The default time zone of Azure WebApp is UTC, we could set the custom time zone for Azure WebApp. About how to change the server time zone on Azure Web Apps, we could get detail information from this blog. The following is the snippet from the blog.

All you need to do is add an Application Setting (via the portal or the management APIs) called WEBSITE_TIME_ZONE and set that to the name of the time zone as defined in the Windows Registry under HKLM\Software\Microsoft\Windows Nt\CurrentVersion\Time Zones\ (for example, β€œAUS Eastern Standard Time”).

enter image description here


More questions

More questions with similar tag