Skip to content

Commit 6157e8a

Browse files
committed
Fixed test case for %c
1 parent 51a6ade commit 6157e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if (process.env.TZ == 'America/Vancouver') {
3838
testTimezone('America/Vancouver');
3939
assert.format('%C', '01', '01', new Date(100, 0, 1));
4040
assert.format('%X', '11:51:45 AM', '06:51:45 PM');
41-
assert.format('%c', 'Tue 07 Jun 2011 11:51:45 AM Pacific Daylight Time', 'Tue 07 Jun 2011 06:51:45 PM GMT');
41+
assert.format('%c', 'Tue 07 Jun 2011 11:51:45 AM Pacific Daylight Saving Time', 'Tue 07 Jun 2011 06:51:45 PM GMT');
4242
assert.format('%j', '097', '098', new Date(1365390736236));
4343
assert.format('%x', '06/07/11');
4444
assert.format('%U', '12', null, new Date('2017-03-25 00:00:00 +0000'));

0 commit comments

Comments
 (0)