Skip to content

Commit

Permalink
Merge branch 'master' of github.com:CommandDot/timezones.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zshannon committed Oct 6, 2020
2 parents 9e1f673 + 97e888f commit 3630021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shortname.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test('Paris is CEST/CEDT', () => {
expect(shortname(summer.zone, summer)).toBe('CEDT')
})

test('January in Amsterdam is CEST/CEDT', () => {
test('Amsterdam is CEST/CEDT', () => {
const winter = DateTime.fromObject({ month: 1, day: 1, zone: 'Europe/Amsterdam' })
expect(shortname(winter.zone, winter)).toBe('CEST')
const summer = DateTime.fromObject({ month: 7, day: 1, zone: 'Europe/Amsterdam' })
Expand Down

0 comments on commit 3630021

Please sign in to comment.