We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec741f9 commit c7e1e15Copy full SHA for c7e1e15
1 file changed
js/zerobin.js
@@ -240,7 +240,7 @@ function displayMessages(key, comments) {
240
try {
241
divComment.find('span.nickname').text(zeroDecipher(key, comment.meta.nickname));
242
} catch(err) { }
243
- divComment.find('span.commentdate').text(' ('+(new Date(comment.meta.postdate*1000).toUTCString())+')').attr('title','CommentID: ' + comment.meta.commentid);
+ divComment.find('span.commentdate').text(' ('+(new Date(comment.meta.postdate*1000).toString())+')').attr('title','CommentID: ' + comment.meta.commentid);
244
245
// If an avatar is available, display it.
246
if (comment.meta.vizhash) {
0 commit comments