TimeZone

public extension TimeZone
  • utc

    Returns the GMT time zone which is equal to UTC.

    Declaration

    Swift

    static var utc: TimeZone { get }
  • Returns the current time zone, except in test mode where UTC is returned instead to prevent flaky tests.

    Relies on ProcessInfo.isRunningInTestMode to determine if the code is running in test mode or not.

    Declaration

    Swift

    static var testableCurrent: TimeZone { get }