Re: [GENERAL] Server Timezone

2014-04-07 Thread Robert DiFalco
You're right. This was my error. Sent from my iPhone > On Apr 7, 2014, at 8:53 PM, Tom Lane wrote: > > Robert DiFalco writes: >> Is there any way to set the timezone of the postgres server differently >> than the OS? I *have* tried setting timezone = 'UTC' in my postgresql.conf >> file but th

Re: [GENERAL] Server Timezone

2014-04-07 Thread Tom Lane
Robert DiFalco writes: > Is there any way to set the timezone of the postgres server differently > than the OS? I *have* tried setting timezone = 'UTC' in my postgresql.conf > file but that seems to be a VIEW of time zone. It doesn't seem to behave > the same as running a postgresql server on a ma

[GENERAL] Server Timezone

2014-04-07 Thread Robert DiFalco
Is there any way to set the timezone of the postgres server differently than the OS? I *have* tried setting timezone = 'UTC' in my postgresql.conf file but that seems to be a VIEW of time zone. It doesn't seem to behave the same as running a postgresql server on a machine that is in UTC. The machin