Skip to content

Commit

Permalink
add time zone
Browse files Browse the repository at this point in the history
  • Loading branch information
sidgames5 committed Oct 4, 2023
1 parent 66084f2 commit aa59021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rss.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $.ajax({
}
var content = wrapHtml(item.content, "p");
var sub = wrapHtml(
"Published by " + item.author + " on " + item.pubDate,
"Published by " + item.author + " on " + item.pubDate + " UTC",
"small"
);
buffer = buffer + wrapHtml(title + content + sub, "div");
Expand Down

0 comments on commit aa59021

Please sign in to comment.