Re: Date documentation

2023-08-15 Thread Michael Partridge via GNU coreutils General Discussion
mple shows use of the `+` with a format string. What is the argument for not including that? MCP On Tue, Aug 15, 2023 at 5:04 AM Bernhard Voelker wrote: > On 7/15/23 00:35, Michael Partridge via GNU coreutils General Discussion > wrote: > > Could you add the following to the e

Re: Date documentation

2023-07-14 Thread Michael Partridge via GNU coreutils General Discussion
After a long time, I encountered this problem again. Could you add the following to the example to the man page: ```txt Show the current date and time using a custom format $ date "+%Y-%m-%d %H:%M" ``` Feel free to edit wording. MCP On Tue, Oct 12, 2021 at 2:00 PM Michael Partridge