timeZoneLabel function

String timeZoneLabel(
  1. bool inUtc
)

The user-facing name of the time zone that timestamps are displayed in.

Implementation

String timeZoneLabel(bool inUtc) => inUtc ? 'UTC' : 'local';