WindowsTimeZone.getInstalledTZNames

Returns a list of the names of the time zones installed on the system. The list returned by WindowsTimeZone contains the Windows TZ names, not the TZ Database names. However, TimeZone.getinstalledTZNames will return the TZ Database names which are equivalent to the Windows TZ names.

class WindowsTimeZone
static @safe
string[]
getInstalledTZNames
()

Meta