TimeZone
public extension TimeZone
-
Returns the
GMTtime zone which is equal to UTC.Declaration
Swift
static var utc: TimeZone { get } -
Returns the
currenttime zone, except in test mode whereUTCis returned instead to prevent flaky tests.Relies on
ProcessInfo.isRunningInTestModeto determine if the code is running in test mode or not.Declaration
Swift
static var testableCurrent: TimeZone { get }
View on GitHub