EmmettPeck / Pinebot

A Docker logfile listener in a Discord bot
2 stars 0 forks source link

Requested at time borked #76

Closed EmmettPeck closed 2 years ago

EmmettPeck commented 2 years ago

image

EmmettPeck commented 2 years ago

Time is converted as if timestamp is UTC to consuming user time zone https://gist.github.com/LeviSnoot/d9147767abeef2f770e9ddcd91eb85aa

Using this, it makes sense to use UTC instead of any other time zone and then convert from there. So... I need to convert back to using UTC...

EmmettPeck commented 2 years ago

utcnow seems to give a datetime in PST

EmmettPeck commented 2 years ago

All data is stored as UTC on development branch with time zone in MongoDB version.