[EMAIL PROTECTED] wrote:
>> The problem is, how do I create a datetime object and tell it that it's
>> America/Anchorage *daylight savings time* instead of whatever the system
>> is
>> currently set at? pytz only has America/Anchorage, and I saw no way to
>> tell it explicitly that the timezone i
Joshua J. Kugler wrote:
> I've read docs (datetime, time, pytz, mx.DateTime), googled, and
> experimented. I still don't know how to accomplish what I want to
> accomplish.
>
> I'm loading up a bunch of date/time data that I then need to do math on to
> compare it to the current date/time. I can