We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ac1108 + 191f857 commit dd893e8Copy full SHA for dd893e8
test/1_stdlib/TestCalendar.swift
@@ -113,6 +113,7 @@ class TestCalendar : TestCalendarSuper {
113
var c = Calendar(identifier: .gregorian)
114
// Use english localization
115
c.locale = Locale(identifier: "en_US")
116
+ c.timeZone = TimeZone(identifier: "America/Los_Angeles")!
117
118
expectEqual("AM", c.amSymbol)
119
expectEqual("PM", c.pmSymbol)
0 commit comments