Files
notifications-admin/tests/app/main/views
Chris Hill-Scott 581296b95e Fix off-by-one dates on provider history
We chunk history entries by their YYYY-MM-DD date representation to
display them day-by-day.

However trying to convert a YYYY-MM-DD string into a timestamp is
unpredictable, and was causing our dates to be one day out (probably
because of midnight/daylight savings/general datetime horrors).

This commit changes the code to do the same thing as the history page,
which is look at the `updated_at` field on the first entry to get a
datetime object and from that the formatted date we show in the headings
on the page.
2019-12-13 13:20:56 +00:00
..
2019-12-04 12:01:26 +00:00
2019-12-04 12:03:07 +00:00
2019-10-23 15:05:26 +01:00
2019-11-07 13:46:25 +00:00
2019-11-29 15:25:37 +00:00