Files
notifications-admin/app
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-12 14:16:38 +00:00
2019-12-11 10:17:46 +00:00
2019-12-03 17:06:14 +00:00
2019-12-03 13:36:54 +00:00