ERROR: "TZ"/"tz" not supported

From: Sergey Levchenko <sector119(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: ERROR: "TZ"/"tz" not supported
Date: 2005-06-28 10:20:43
Message-ID: e3ffbf2405062803202cc66c80@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

When I execute query, I've got error message.

test=> SELECT to_timestamp('00:00:05.601 SAMST Tue Jun 28 2005',
'HH24:MI:SS.MS TZ Dy Mon DD YYYY');
ERROR: "TZ"/"tz" not supported

How can I convert '00:00:05.601 SAMST Tue Jun 28 2005' (varchar type)
to timestamp with time zone?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sergey Levchenko 2005-06-28 11:39:39 ERROR: "TZ"/"tz" not supported
Previous Message Hakan Kocaman 2005-06-28 09:36:46 Re: Generate a list of (days/hours) between two dates

Browse pgsql-sql by date

  From Date Subject
Next Message Mike Rylander 2005-06-28 11:22:36 Re: ENUM like data type
Previous Message M.D.G. Lange 2005-06-28 07:50:35 Re: Unique primary index?