The user-facing name of the time zone that timestamps are displayed in.
String timeZoneLabel(bool inUtc) => inUtc ? 'UTC' : 'local';