Skip to content

Commit dd893e8

Browse files
authored
Merge pull request #3605 from parkera/calendar_test_fix
2 parents 7ac1108 + 191f857 commit dd893e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/1_stdlib/TestCalendar.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ class TestCalendar : TestCalendarSuper {
113113
var c = Calendar(identifier: .gregorian)
114114
// Use english localization
115115
c.locale = Locale(identifier: "en_US")
116+
c.timeZone = TimeZone(identifier: "America/Los_Angeles")!
116117

117118
expectEqual("AM", c.amSymbol)
118119
expectEqual("PM", c.pmSymbol)

0 commit comments

Comments
 (0)