Updated documentation for the "gmt" property in the TimeZone+Zone extension and added test case scenario.

This commit is contained in:
2023-05-06 22:36:17 +02:00
parent 9e10865cb4
commit 118dc911ff
2 changed files with 35 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ public extension TimeZone {
// MARK: Zones
/// Greenwich Mean Time or UTC+0
/// A time zone indicating it is Greenwich Mean Time or UTC+0
static let gmt = TimeZone(secondsFromGMT: 0)
}