Re: datetime local bug - Mailing list pgadmin-hackers

From Dave Page
Subject Re: datetime local bug
Date
Msg-id D85C66DA59BA044EB96AB9683819CF61137FE9@dogbert.vale-housing.co.uk
Whole thread Raw
In response to datetime local bug  ("Poul L. Christiansen" <poulc@cs.auc.dk>)
List pgadmin-hackers

> -----Original Message-----
> From: Poul L. Christiansen [mailto:poulc@cs.auc.dk]
> Sent: 2. august 2002 15.31
> To: pgadmin-hackers@postgresql.org
> Subject: [pgadmin-hackers] datetime local bug
>
>
> Hi
>
> I discovered a bug in PgAdmin II 1.2.0.
>
> I have set my default locale on my Win2k to "faroese" and by
> default it
> uses "." to separate time values and not ":" as i probably
> does in english.

Hi Poul,

I have just committed a fix to CVS for this problem. It is actually
caused by a combination of PostgreSQL not recognising the .'s and
Microsoft's VB Runtime helpfully converting the :'s that pgAdmin uses
into the .'s for the current regional settings!

This fix will be in the next release, or you can download snapshot
binaries from http://cvs.pgadmin.org/ in the binaries folder. See the
README for installation instructions.

Regards, Dave.

pgadmin-hackers by date:

Previous
From: "Poul L. Christiansen"
Date:
Subject: datetime local bug
Next
From: mojoscoobydoo@attbi.com
Date:
Subject: Question About obtaining server status information...