Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #57379 > unrolled thread
| Started by | Skip Montanaro <skip@pobox.com> |
|---|---|
| First post | 2013-10-23 14:00 -0500 |
| Last post | 2013-10-23 14:00 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Confused about timezones Skip Montanaro <skip@pobox.com> - 2013-10-23 14:00 -0500
| From | Skip Montanaro <skip@pobox.com> |
|---|---|
| Date | 2013-10-23 14:00 -0500 |
| Subject | Re: Confused about timezones |
| Message-ID | <mailman.1421.1382554853.18130.python-list@python.org> |
>>>> LOCAL_TZ.localize(dt1).utcoffset() > datetime.timedelta(-1, 68400) >>>> LOCAL_TZ.localize(dt2).utcoffset() > datetime.timedelta(-1, 64800) > > Why is the UTC offset the same for both datetime objects despite the > presence/absence of Daylight Savings? Brain freeze! A quick glance told me they were the same, when they actually are different (68400, 64800). Sorry for the needless noise. Skip
Back to top | Article view | comp.lang.python
csiph-web