Closed makinde closed 4 years ago
toLocaleDateString documented here: https://stackoverflow.com/a/34015511
Closes #21. data still there, but we can always start parsing it again.
I think this introduced a bug where it's assuming the time is midnight UTC, so all the dates are off by a day now.
Doing so allows us to not worry about timezones right now, and allows us to drop
moment-timezone
, which was more than half the bundle size.