ProfZijlstra / video_site

MIT License
3 stars 1 forks source link

Bug: timestamps coming from DB are off by 2 hours #45

Closed ProfZijlstra closed 1 month ago

ProfZijlstra commented 1 month ago

This is because the server is in California.

Should be easy to fix by just setting the timezone when the connection is made

ProfZijlstra commented 1 month ago

Latest commit should fix timezone issues as the timezone gets set for every DB connection right after the transaction is opened