From regebro at gmail.com Mon Jun 2 12:34:22 2008 From: regebro at gmail.com (Lennart Regebro) Date: Mon, 2 Jun 2008 12:34:22 +0200 Subject: [icalendar-dev] Bug in vDuration? In-Reply-To: <57ea1ef80805130037s36729dfbv6f671a8a1dbcf9d5@mail.gmail.com> References: <57ea1ef80805120925q4d24fa4sb7aeff0ad9dee068@mail.gmail.com> <4828D876.6090407@cfl.rr.com> <57ea1ef80805130037s36729dfbv6f671a8a1dbcf9d5@mail.gmail.com> Message-ID: <319e029f0806020334m4a9f38c9te3da3f5ddc77eff8@mail.gmail.com> On Tue, May 13, 2008 at 9:37 AM, Ferry Boender wrote: > Hm. Too bad the package isn't being maintained anymore. It IS maintained. If you think the lack of releases means its not maintained, you are incorrect. It's a lack of bugs that is the cause. ;) > Perhaps > somebody should set up a fork somewhere? Is there anybody on the list > here who knows about any other bugs which haven't been resolved in the > official version? Not many. -- Lennart Regebro: Zope and Plone consulting. http://www.colliberty.com/ +33 661 58 14 64 From regebro at gmail.com Mon Jun 2 12:36:17 2008 From: regebro at gmail.com (Lennart Regebro) Date: Mon, 2 Jun 2008 12:36:17 +0200 Subject: [icalendar-dev] timezones In-Reply-To: <4806A3BC.40305@atlassian.com> References: <4806A3BC.40305@atlassian.com> Message-ID: <319e029f0806020336w3182521euba493d1f819d9ff1@mail.gmail.com> On Thu, Apr 17, 2008 at 3:11 AM, Charles McLaughlin wrote: > Hi, > > I'd love some advise on the best way to shift timezones. I've attached > some code below. I'm new to this package and haven't dealt with date > and time in Python much. > > I have have an entry in my ics file that is in another time zone. I > want to convert it to US pacific time or the timezone of the localhost. > Does the iCalendar package provide any methods for extracting dtstart > and dtend in local time? Or should I just use standard Python packages > for this? Standard packages. dateutils or pytz together with the standard datetime. -- Lennart Regebro: Zope and Plone consulting. http://www.colliberty.com/ +33 661 58 14 64