Closed ehunter-usgs closed 7 years ago
Update all methods that format a date to use UTC methods:
SummaryView.formatSummaryListItem()
SummaryView.orderEvents
use getUTCFullYear()
DetailView.formatDate()
Double check that these are the right methods and update the tests.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date
Update all methods that format a date to use UTC methods:
SummaryView.formatSummaryListItem()
SummaryView.orderEvents
use getUTCFullYear()
DetailView.formatDate()
Double check that these are the right methods and update the tests.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date