Re: [GENERAL] Timezone - UTC

2007-09-02 Thread Tom Lane
"Manchenahalli, Raghunandan (STSD)" <[EMAIL PROTECTED]> writes: > We are observing an issue where postgres does not like UTC0 as a > timezone setting on some Unix systems. If you're seeing system-dependent behavior at all, you must be using PG 7.x. 8.0 and later should accept this consistently.

[GENERAL] Timezone - UTC

2007-09-02 Thread Manchenahalli, Raghunandan (STSD)
Folks, We are observing an issue where postgres does not like UTC0 as a timezone setting on some Unix systems. UTC+0 is something that postgres parses favorably. Is it a known issue that postgres does not like GMT0, UTC0 (which in turn translates to GMT+0 or UTC+0)? Does any version of postgres ha