@@ -369,7 +369,7 @@ test('sitemap', function (t) {
369
369
{
370
370
url : 'https://example.com' ,
371
371
lang : 'en' ,
372
- modified : new Date ( 2017 ) ,
372
+ modified : new Date ( 1234567890123 ) ,
373
373
alternate : { nl : 'https://example.nl' }
374
374
}
375
375
] ) . children [ 1 ] . children ,
@@ -389,7 +389,7 @@ test('sitemap', function (t) {
389
389
type : 'element' ,
390
390
name : 'lastmod' ,
391
391
attributes : { } ,
392
- children : [ { type : 'text' , value : '1970-01-01T00:00:02.017Z ' } ]
392
+ children : [ { type : 'text' , value : '2009-02-13T23:31:30.123Z ' } ]
393
393
} ,
394
394
{
395
395
type : 'element' ,
@@ -428,7 +428,7 @@ test('sitemap', function (t) {
428
428
type : 'element' ,
429
429
name : 'lastmod' ,
430
430
attributes : { } ,
431
- children : [ { type : 'text' , value : '1970-01-01T00:00:02.017Z ' } ]
431
+ children : [ { type : 'text' , value : '2009-02-13T23:31:30.123Z ' } ]
432
432
} ,
433
433
{
434
434
type : 'element' ,
@@ -461,10 +461,10 @@ test('sitemap', function (t) {
461
461
{
462
462
url : 'https://example.com' ,
463
463
lang : 'en' ,
464
- modified : new Date ( 2017 , 1 ) ,
464
+ modified : new Date ( 1234567890123 ) ,
465
465
alternate : { nl : 'https://example.nl' }
466
466
} ,
467
- { url : 'https://example.nl' , lang : 'nl' , modified : new Date ( 2018 , 1 ) }
467
+ { url : 'https://example.nl' , lang : 'nl' , modified : new Date ( 1231111111111 ) }
468
468
] ) . children [ 1 ] . children ,
469
469
[
470
470
{
@@ -482,7 +482,7 @@ test('sitemap', function (t) {
482
482
type : 'element' ,
483
483
name : 'lastmod' ,
484
484
attributes : { } ,
485
- children : [ { type : 'text' , value : '2017-01-31T23:00:00.000Z ' } ]
485
+ children : [ { type : 'text' , value : '2009-02-13T23:31:30.123Z ' } ]
486
486
} ,
487
487
{
488
488
type : 'element' ,
@@ -521,7 +521,7 @@ test('sitemap', function (t) {
521
521
type : 'element' ,
522
522
name : 'lastmod' ,
523
523
attributes : { } ,
524
- children : [ { type : 'text' , value : '2018 -01-31T23:00:00.000Z ' } ]
524
+ children : [ { type : 'text' , value : '2009 -01-04T23:18:31.111Z ' } ]
525
525
} ,
526
526
{
527
527
type : 'element' ,
0 commit comments