How to timestamp

Поиск
Список
Период
Сортировка
От Alex Cheung Tin Ka [CD]
Тема How to timestamp
Дата
Msg-id 00fa01c18eb3$6ffc4b20$6a44a8c0@ALEXPC
обсуждение исходный текст
Ответы Re: How to timestamp  (100.179370@germanynet.de (Martin Jacobs))
Список pgsql-general
Dear everybody,
    I would like to know how to create a timestamp value without time zone.
    I have encountered a problem that I have set following values in the table.
   
    create table test(
         a timestamp without time zone
    );
    INSERT INTO test (a) VALUES(current_timestamp);
 
    but the value of a always shows the zone value like this "2001-12-27 14:54:47+08"
    How to get rid of the last "+08" value?
 
Thanks,
Alex

В списке pgsql-general по дате отправления:

Предыдущее
От: rcaban@ccc-cable.net (roy cabaniss)
Дата:
Сообщение: phplib and postgres
Следующее
От: "Ben-Nes Michael"
Дата:
Сообщение: persistent connection using PHP and Transaction