From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | Fred Janon <fjanon(at)gmail(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Fwd: pgAdmin III: timestamp displayed in what time zone? |
Date: | 2009-12-15 13:22:14 |
Message-ID: | 4B278D86.5060407@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers pgsql-general pgsql-hackers |
*ahem*
You double-post a query *knowing* you shouldn't (otherwise why the
"sorry"?), compounding the error by not picking the right list at all. I
chide you for it privately, not to hide my actions but to keep
irrelevant traffic on the list down, and you then decide it's proper to
post my private reply publicly. I don't think you're in any position to
offer me lessons in netiquette.
cheers
andrew
Fred Janon wrote:
> Looks like Andrew Dunstan didn't want to go public...
>
> Fred
>
> ---------- Forwarded message ----------
> From: *Fred Janon* <fjanon(at)gmail(dot)com <mailto:fjanon(at)gmail(dot)com>>
> Date: Tue, Dec 15, 2009 at 10:03
> Subject: Re: [HACKERS] pgAdmin III: timestamp displayed in what time zone?
> To: Andrew Dunstan <andrew(at)dunslane(dot)net <mailto:andrew(at)dunslane(dot)net>>
>
>
> Thanks for being so polite. At least Greg Smith suggested the right
> list to ask. I see that some people still know how to behave socially.
> BTW, this list is the list listed in the pgadmin tips for tech questions.
>
> Fred
>
>
> On Tue, Dec 15, 2009 at 00:07, Andrew Dunstan <andrew(at)dunslane(dot)net
> <mailto:andrew(at)dunslane(dot)net>> wrote:
>
>
> That's no excuse at all. Please keep queries like this OFF the
> -hackers list.
>
> cheers
>
> andrew
>
> Fred Janon wrote:
>
> Sorry if if's a double post, but I thought that it would be
> more likely I would get an answer on the hackers list.
>
> Thanks
>
> Fred
>
> ---------- ----------
> From: *Fred Janon* <fjanon(at)gmail(dot)com <mailto:fjanon(at)gmail(dot)com>
> <mailto:fjanon(at)gmail(dot)com <mailto:fjanon(at)gmail(dot)com>>>
>
> Date: Mon, Dec 14, 2009 at 19:04
> Subject: pgAdmin III: timestamp displayed in what time zone?
> To: pgsql-general(at)postgresql(dot)org
> <mailto:pgsql-general(at)postgresql(dot)org>
> <mailto:pgsql-general(at)postgresql(dot)org
> <mailto:pgsql-general(at)postgresql(dot)org>>
>
>
>
> Hi,
>
> I am using Postgres 8.3. I have a table defined like this:
>
> =======================
> -- Table: timeson
>
> -- DROP TABLE timeson;
>
> CREATE TABLE timeson
> (
> id bigint NOT NULL,
> enddatetime timestamp without time zone NOT NULL,
> startdatetime timestamp without time zone NOT NULL,
> times_id bigint,
> CONSTRAINT timeson_pkey PRIMARY KEY (id),
> CONSTRAINT fkb1af5ba5890cf3da FOREIGN KEY (times_id)
> REFERENCES times (id) MATCH SIMPLE
> ON UPDATE NO ACTION ON DELETE NO ACTION
> )
> WITH (OIDS=FALSE);
> ALTER TABLE timeson OWNER TO myfreo;
>
> ======================
> I populate the table with some data and use pgAdmin III 1.8.4
> to view the date "View date> first top100 rows". the question
> is: in what timezone are the fields showed in pgAdmin? no
> timezone (as stored), the server time zone or the time zone of
> the computer where pgAdmin runs?
>
> Thanks
>
> Fred
>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | pgAdmin Trac | 2009-12-15 20:36:19 | [pgAdmin III] #112: Copy from the statistics, dependencies, and dependents panel |
Previous Message | Dave Page | 2009-12-15 12:01:01 | Re: Some questions on the backup window |
From | Date | Subject | |
---|---|---|---|
Next Message | Howard Cole | 2009-12-15 13:26:54 | Re: How to remove non-UTF values from a table? |
Previous Message | Howard Cole | 2009-12-15 13:08:32 | Re: Too many postgres.exe |
From | Date | Subject | |
---|---|---|---|
Next Message | Florian G. Pflug | 2009-12-15 13:35:00 | Compiling HEAD with -Werror int 64-bit mode |
Previous Message | Boszormenyi Zoltan | 2009-12-15 13:19:19 | Re: ECPG patch N+1, fix auto-prepare |