#beardman-timestamp
1 messages · Page 1 of 1 (latest)
those are correct unix timestamps for a time earlier today
my bet is that you're converting to a time with a converter which expects the timestamp to be millis since the unix epoch, not seconds since the unix epoch
(this is standard for javascript, java, and probably other places besides)