Re: Error in to_timestamp() example

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: michaelrush(at)gmail(dot)com
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: Error in to_timestamp() example
Date: 2016-12-29 23:08:50
Message-ID: 28917.1483052930@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

michaelrush(at)gmail(dot)com writes:
> In this example:

> &gt; Here is a more complex example: to_timestamp(&#39;15:12:02.020.001230&#39;,
> &#39;HH:MI:SS.MS.US&#39;) is 15 hours, 12 minutes, and 2 seconds + 20 milliseconds +
> 1230 microseconds = 2.021230 seconds.

> HH needs to be HH24

You're right, thanks for reporting it.

regards, tom lane

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2016-12-29 23:18:34 Inconsistent treatment of <indexterm> entries in new docs build
Previous Message michaelrush 2016-12-29 17:00:43 Error in to_timestamp() example