ERROR: "TZ"/"tz" not supported - Mailing list pgsql-general

From Sergey Levchenko
Subject ERROR: "TZ"/"tz" not supported
Date
Msg-id e3ffbf2405062803202cc66c80@mail.gmail.com
Whole thread Raw
Responses Re: ERROR: "TZ"/"tz" not supported
List pgsql-general
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?

pgsql-general by date:

Previous
From: "Hakan Kocaman"
Date:
Subject: Re: Generate a list of (days/hours) between two dates
Next
From: Bruno Wolff III
Date:
Subject: Re: performance for insert / update