It appears that some of the timezone data used by the extension seems to be out of date. Our example is Istanbul Turkey that is now in GMT+3 instead of GMT+2 but the timezone code you have to pass is "GTB Standard Time". Is there a way to have this updated the code to specify an updated list?
Hi Rebecca,
When using the test screen of TimeZone component and passing Europe/Istanbul as IANA identifier, it seems the timezone is UTC + 3 which is correct.
Regards,
Bogdan
This pulls the timezones directly from the server, there is no hardcoded timezones in it. if a timezone is incorrect, it's going to be incorrect in your server's operating system as well.
J.Ja