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.
2 parents 97dcd6c + ab21da1 commit df1af17Copy full SHA for df1af17
test/feed.js
@@ -11,7 +11,7 @@ describe('RSS 2.0', function () {
11
link: 'http://example.com/',
12
image: 'http://example.com/image.png',
13
copyright: 'All rights reserved 2013, John Doe',
14
- updated: new Date(2013, 06, 14), // optional, default = today
+ updated: new Date('Sat, 13 Jul 2013 23:00:00 GMT'), // optional, default = today
15
16
author: {
17
name: 'John Doe',
0 commit comments