Fwd: pgAdmin III: timestamp displayed in what time zone? - Mailing list pgadmin-hackers

From Fred Janon
Subject Fwd: pgAdmin III: timestamp displayed in what time zone?
Date
Msg-id 2fd0c7810912140415t3041d354x1b73b6897f1eed86@mail.gmail.com
Whole thread Raw
List pgadmin-hackers
Sorry, I didn't know about this list...

---------- Forwarded message ----------
From: Fred Janon <fjanon@gmail.com>
Date: Mon, Dec 14, 2009 at 19:04
Subject: pgAdmin III: timestamp displayed in what time zone?
To: pgsql-general@postgresql.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

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r8128 - in branches/REL-1_6_0_PATCHES/pgadmin3/docs/en_US: . pg
Next
From: Euler Taveira de Oliveira
Date:
Subject: unpleasant characters