Re: problem with timezone parsing
James Henstridge <[email protected]>
| Newsgroups | gmane.comp.python.db.psycopg.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Feb 23, 2009 at 9:27 AM, Federico Di Gregorio <fog-NGVKUo/i/[email protected]> wrote: > Il giorno mar, 17/02/2009 alle 15.16 +0900, James Henstridge ha scritto: >> > which would then allow me to catch it and try to work around >> > it somehow (say, allow users to configure "fallback" >> > timezones and retry the query). >> >> I had a bit of a poke at the datetime parsing code, and have updated >> it to handle things slightly better. > > I wanted to do a release this weekend but I didn't found your changes to > the datetime code. Have you commited them to psycopg repo? Everything > else is ready for the release. I pushed all the changes I made. It looks like you merged them and overwrote trunk, so they now appear as merges of r382. It'd be a bit clearer if you did your merges into the trunk rather than the reverse, as that'd make the revision numbers more stable. James.