Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #87911

Re: Daylight savings time question

References <CAGGBd_pFpemgisb-2WFQvu8MehQfHhUJ7=n9CyYFxjj56xOV_g@mail.gmail.com>
Date 2015-03-25 09:56 +1100
Subject Re: Daylight savings time question
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.122.1427237776.10327.python-list@python.org> (permalink)

Show all headers | View raw


On Wed, Mar 25, 2015 at 9:24 AM, Dan Stromberg <drsalists@gmail.com> wrote:
> Is there a way of "adding" 4 hours and getting a jump of 5 hours on
> March 8th, 2015 (due to Daylight Savings Time), without hardcoding
> when to spring forward and when to fall back?  I'd love it if there's
> some library that'll do this for me.

Fundamentally, this requires knowledge of timezone data. That means
you have to select a political time zone, which basically means you
want the Olsen database (tzdata) which primarily works with city
names. I'm not sure whether "US/Pacific" is suitable; I usually use
"America/Los_Angeles" for Pacific US time.

But that aside, what Gary said is what I would recommend.

ChrisA

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Daylight savings time question Chris Angelico <rosuav@gmail.com> - 2015-03-25 09:56 +1100

csiph-web