TimeZoneInfo.utc constructor

TimeZoneInfo.utc()

Creates a time zone for UTC (Coordinated Universal Time).

See the Rust documentation for utc for more information.

Implementation

factory TimeZoneInfo.utc() {
  final result = _icu4x_TimeZoneInfo_utc_mv1();
  return TimeZoneInfo._fromFfi(result, []);
}