Ok, I was actually dyslexic when I read the version number, I have 7.3.2
not 7.2.3, I'll investigate the timezone status though.
Thanks,
-Jesse
Josh Berkus wrote:
>Jesse,
>
>
>
>>Here is the data definition and the query (version is 7.2.3 btw):
>>
>>
><snip>
>
>
>> lastlogin timestamp DEFAULT 'now',
>> firstlogin timestamp,
>>
>>
>
>In 7.2.x, unless you declare a timestamp as "TIMESTAMP WITHOUT TIME ZONE", it
>is automatically created as *with* time zone. I think this may be your
>problem.
>
>
>