import Foundation public extension TimeZone { // MARK: Zones /// Greenwich Mean Time or UTC+0 static let gmt = TimeZone(secondsFromGMT: 0) }