Re: BUG #1058: unexpected output when using timezone() and to_char() - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #1058: unexpected output when using timezone() and to_char()
Date
Msg-id 1674.1074705522@sss.pgh.pa.us
Whole thread Raw
In response to BUG #1058: unexpected output when using timezone() and to_char()  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
List pgsql-bugs
"PostgreSQL Bugs List" <pgsql-bugs@postgresql.org> writes:
> however,
> select to_char(timezone('PST',CURRENT_TIMESTAMP),' Day Mon DD YYYY
> HH24:MI:SS TZ');
> returns:

>   Wednesday Jan 21 2004 07:07:44

> Notice the Time zone field (specified by 'TZ' in the to_char) is missing
> from the output.

This isn't a bug.  The timezone() function returns datatype timestamp
without time zone, so there is nothing that to_char could usefully
print.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Roman Avdeenko
Date:
Subject: Readline lib configure error. Help
Next
From: Craig Ruff
Date:
Subject: Re: 7.3.5 initdb failure on Irix 6.5.18