Fix incorrect example of to_timestamp() usage. Must use HH24 not HH to read a hour value exceeding 12.
This was already fixed in HEAD in commit d3cd36a13, but I didn't think of backpatching it. Report: https://postgr.es/m/[email protected] Branch ------ REL9_5_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/4191b9ece43d28cbf8b1257d1a97896184fc1fdf Modified Files -------------- doc/src/sgml/func.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
