Page MenuHomeDevCentral

Use UTC timezone to determine month heading title
ClosedPublic

Authored by dereckson on Mar 1 2018, 01:09.
Tags
None
Referenced Files
F28295529: D1370.diff
Mon, May 11, 06:45
F28295504: D1370.diff
Mon, May 11, 06:45
F28290400: D1370.id.diff
Mon, May 11, 05:25
F28224329: D1370.id3503.diff
Sun, May 10, 17:52
Unknown Object (File)
Sun, May 10, 01:45
Unknown Object (File)
Sat, May 9, 22:29
Unknown Object (File)
Sat, May 9, 21:03
Unknown Object (File)
Thu, Apr 30, 15:36
Subscribers
None

Details

Summary

The 2018-02-28 23:30 and 23:02 log entries are correctly considered
UTC by the JS code.

Yet, H2 month title uses local timezone, not UTC one. This triggers
a split of the title according browser local timezones:

  • for local timezones in UTC or UTC-n, the correct month February is printed
  • for local timezones in UTC+n, the +n 'March' is used instead.

This change fixes this bug asking the month in the UTC timezone.

Test Plan

Diff Detail

Repository
rSERVERSLOGDESIGN Servers logs website (design)
Lint
Lint Not Applicable
Unit
Tests Not Applicable