getTimeZoneName property

String getTimeZoneName

The time zone name. This value is provided by the operating system and may be an abbreviation or a full name. In the browser or on Unix-like systems commonly returns abbreviations, such as 'CET' or 'CEST'. On Windows returns the full name, for example 'Pacific Standard Time'.

Implementation

String get getTimeZoneName => timeZoneName;