timeZoneName property

  1. @override
String timeZoneName
override

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

@override
String get timeZoneName => 'Nepal Time';