currentTimeZone property

TimeZone currentTimeZone

TimeZone for the current time.

Implementation

TimeZone get currentTimeZone =>
    timeZone(DateTime.now().millisecondsSinceEpoch);