| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | juha(dot)mustonen(at)iki(dot)fi |
| Cc: | pgsql-docs(at)postgresql(dot)org |
| Subject: | Re: [DOCS] Add example about date ISO format |
| Date: | 2023-11-22 04:33:39 |
| Message-ID: | ZV2Eo8P4q_2_F1Qe@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
On Fri, Feb 17, 2017 at 04:01:54PM +0000, juha(dot)mustonen(at)iki(dot)fi wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/9.6/static/functions-formatting.html
> Description:
>
> The documentation should include an example how to format datetime entry
> into most commonly known ISO format. This is a bit tricky as literal
> character needs to included with quotes:
>
> to_char(NOW(), 'YYYY-MM-DD"T"HH24:MI:SSZ')
I know this is a six-year-old idea, but it is still a good one. I have
developed the attached patch I would like to apply to master.
--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com
Only you can decide what is important to you.
| Attachment | Content-Type | Size |
|---|---|---|
| iso.diff | text/x-diff | 580 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Laurenz Albe | 2023-11-22 09:14:40 | Re: [DOCS] Add example about date ISO format |
| Previous Message | Bruce Momjian | 2023-11-22 03:27:22 | Re: [DOCS] intagg.sgml: example wrongly named and does not compile |