Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
2016-09-13 18:09:02 +0800
Commit
9a62cdb7fdd5b1fabb87b3dbc2d7a43aace727e2
1 parent
013d9332
逛rss订阅输出lastbuilddate修改为UTC格式
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/guang/controllers/rss.js
apps/guang/controllers/rss.js
View file @
9a62cdb
...
...
@@ -20,7 +20,7 @@ const index = (req, res, next) => {
return
rssModel
.
getRssArticle
(
gender
).
then
((
result
)
=>
{
return
res
.
render
(
'rss/index'
,
{
layout
:
false
,
time
:
''
,
time
:
(
new
Date
()).
toUTCString
()
,
items
:
result
})
});
...
...
Please
register
or
login
to post a comment