Re: Calculating time differences given daylight savings time

2014-04-03 Thread Chris “Kwpolska” Warrick
On Thu, Apr 3, 2014 at 3:45 AM, Washington Ratso wrote: > I am running Python 2.7 and would like to be able to calculate to the second > the time difference between now and some future date/time in the same > timezone while taking into account daylight savings time. I do not have > pytz. Any

Calculating time differences given daylight savings time

2014-04-02 Thread Washington Ratso
I am running Python 2.7 and would like to be able to calculate to the second the time difference between now and some future date/time in the same timezone while taking into account daylight savings time. I do not have pytz. Any ideas how to do it? If it requires having pytz, how would I do i