TimeZone

public extension TimeZone
  • gmt

    Get GMT time zone. If fails, fall back to autoupdatingCurrent.

    Declaration

    Swift

    static var gmt: TimeZone { get }
  • est

    Get EST time zone. If fails, fall back to autoupdatingCurrent.

    Declaration

    Swift

    static var est: TimeZone { get }
  • cst

    Get CST time zone. If fails, fall back to autoupdatingCurrent.

    Declaration

    Swift

    static var cst: TimeZone { get }
  • mst

    Get MST time zone. If fails, fall back to autoupdatingCurrent.

    Declaration

    Swift

    static var mst: TimeZone { get }
  • pst

    Get PST time zone. If fails, fall back to autoupdatingCurrent.

    Declaration

    Swift

    static var pst: TimeZone { get }