New System/Client/User tags in 7.9

Of the new tags in 7.9, there are some for Timezone. Where is a list of all the possible values for this tag? There’s no mention of this in the manual, that I can find. We need to have all the values so we can translate it to the SQL Server equivalent.

You can get a list for yourself, it comes straight from Java:

print java.util.TimeZone.getAvailableIDs()

Thanks. The code works, but I got a bit more than I was expecting…

Machine readable list of Microsoft timezone names to TZDB names:

1 Like

Perfect. Thank you.