Timestamp on recent score is wrong
Maaster opened this issue · comments
Maaster commented
Maybe a timezone error?
!rs
is returning "in an hour" for the time that play was made
LeaPhant commented
Weird, I've never had this happen and the API usually returns UTC timestamps. Maybe a bug from Moment.js? What you could do is check whether running date
on the server matches your local time and maybe it doesn't which could cause the bug, although it shouldn't.
Maaster commented
I feel dumb, that was it!
Thanks :)