Closed nihonjinrxs closed 2 years ago
Looks good on my machine. let's ship it!
Well this exposed a bug in my code. When deploying it was suspiciously off by 6 hours (which is the same offset as central timezone) so I realized i made a mistake on backend by not parsing the timzeone as central.
It was set to Local
which for the server is UTC but for our computers is Central: https://github.com/codefornola/nola-transit-map/commit/2b76ca02906e3765c02f6bc8f4293d8b87efdd1f.
Should be fixed now, thanks for the contribution! Just load up https://nolatransit.fly.dev/ and do a hard refresh.
This PR updates the popup display to use human-readable relative timestamps ("less than a minute", "1 minute ago", etc.).
This was done collaboratively by myself, @wwkeyboard, @thewarbo, and @TaraT1.