Skip to content
Snippets Groups Projects
Commit 7cdadc62 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Supress convertion of zero hours to '12' for intervals when using

to_char with HH, e.g.

	to_char(interval '0d 0h 12m 44s', 'DD HH24 MI SS');

now returns:

	 00 00 12 44

not:

	 00 12 12 44
parent 485b19ec
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment