django / djangoproject.com

Source code to djangoproject.com
https://www.djangoproject.com/
BSD 3-Clause "New" or "Revised" License
1.89k stars 954 forks source link

Incorrect timezone handling in feed community blog post aggregator #241

Open timgraham opened 9 years ago

timgraham commented 9 years ago

see https://code.djangoproject.com/ticket/23566 for details

jezdez commented 9 years ago

Yeah, this seems to be a problem with us not using the timezone support and assuming the default timezone of "America/Chicago". We should either turn the site into a UTC only site, or just enable timezone support. Any objects with either of those options?

aaugustin commented 9 years ago

I hear Django got fancy timezones support a few releases ago :D

aaugustin commented 9 years ago

(Just kidding -- if the path of least resistance is UTC, that's just fine.)

jezdez commented 9 years ago

@aaugustin Heh, I'm just nervous about all that old code not being prepared for timezones. I'll try to make it work with them.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

timgraham commented 2 years ago

stalebot, please don't close.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

timgraham commented 1 year ago

stalebot, please don't close.