utc property

DateTimeZone utc
final

Gets the UTC (Coordinated Universal Time) time zone.

This is a single instance which is not provider-specific; it is guaranteed to have the ID 'UTC', and to compare equal to an instance returned by calling forOffset with an offset of zero, but it may or may not compare equal to an instance returned by e.g. DateTimeZoneProviders.Tzdb['UTC'].

Implementation

static final DateTimeZone utc = FixedDateTimeZone.forOffset(Offset.zero);