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.
1 parent 2f7a14e commit 8cabb47Copy full SHA for 8cabb47
test/jasmine/tests/lib_date_test.js
@@ -579,6 +579,11 @@ describe('dates', function() {
579
'August \'12 QOY:3 WOY:33 DOW:1',
580
'Mesori \'28 QOY:3 WOY:48 DOW:1'
581
],
582
+ [
583
+ 'seconds: %s and milliseconds: %Q since UNIX epoch',
584
+ 'seconds: 1344838774 and milliseconds: 1344838774567 since UNIX epoch',
585
+ 'seconds: 1344838774 and milliseconds: 1344838774567 since UNIX epoch'
586
+ ],
587
[
588
'%c && %x && .%2f .%f', // %<n>f is our addition
589
'8/13/2012, 6:19:34 AM && 8/13/2012 && .57 .5678',
0 commit comments