ubyssey / ubyssey.ca

The code that powers www.ubyssey.ca
GNU General Public License v2.0
35 stars 40 forks source link

Used proper timezone maybe? #1361

Closed SamuelmdLow closed 8 months ago

SamuelmdLow commented 8 months ago

When I wrote the new template tag for displaying the date, I stupidly forgot to consider that a timezone's relationship with UTC is not static. In vancouver it changes twice a year because of daylight savings time! So now all the articles say they are published in the future due to the offset.

I think I might have fixed it in this branch but I have no clue if this works yet since I can't test.