Re: [GENERAL] different date-time in base and in system

2007-10-12 Thread Richard Huxton
Alexander Kuprijanov wrote: $ date; echo 'select CURRENT_TIME;' | psql MyBase Fri Oct 12 14:51:10 MSD 2007 timetz 10:51:11.031388+00 I'm currently at a +1 hour offset from UTC, so. => set time zone 'UTC'; SET => SELECT current_timestamp;

[GENERAL] different date-time in base and in system

2007-10-12 Thread Alexander Kuprijanov
Hello I see this problem: $ date; echo 'select CURRENT_TIME;' | psql MyBase Fri Oct 12 14:51:10 MSD 2007 timetz 10:51:11.031388+00 (1 row) Can you please help, what I must do to correct it As I understand this is tom