Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F7120991
D1370.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
424 B
Referenced Files
None
Subscribers
None
D1370.id.diff
View Options
diff --git a/src/assets/js/app.js b/src/assets/js/app.js
--- a/src/assets/js/app.js
+++ b/src/assets/js/app.js
@@ -172,7 +172,7 @@
*/
formatMonthHeadings: function (timestamp) {
var date = new Date(timestamp);
- var month = this.monthNames[date.getMonth()];
+ var month = this.monthNames[date.getUTCMonth()];
return "<h2>" + month + "</h2>";
},
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 22, 01:24 (13 h, 47 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2593761
Default Alt Text
D1370.id.diff (424 B)
Attached To
Mode
D1370: Use UTC timezone to determine month heading title
Attached
Detach File
Event Timeline
Log In to Comment