GNU bug report logs -
#14535
Wishlist: date(1): missing search keyword (UTC)
Previous Next
Reported by: Andreas Mohr <andi <at> lisas.de>
Date: Sun, 2 Jun 2013 18:19:02 UTC
Severity: wishlist
Done: Pádraig Brady <P <at> draigBrady.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#14535: Wishlist: date(1): missing search keyword (UTC)
which was filed against the coreutils package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 14535 <at> debbugs.gnu.org.
--
14535: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14535
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
On 06/02/2013 12:21 PM, Andreas Mohr wrote:
> Hi,
>
> just did man date, searched for "UTC" yet failed to hit the desired
> -u (--utc) section (IOW, a somewhat annoying productivity roadbump).
>
> Thus it would be useful to extend
> -u, --utc, --universal
> print or set Coordinated Universal Time
> to
> -u, --utc, --universal
> print or set Coordinated Universal Time (UTC)
>
> in order to avoid dearly wasted seconds of a many users' lifetime :)
>
>
> I would have submitted a format-patch vs. master, but due to the confusing
> (but likely useful) indirection in source I failed to successfully grep
> on where to change things (likely in src/date.c/usage() since that output
> possibly gets auto-generated into man pages,
> but perhaps somewhere else as well).
Yes that's a bit better and fits in the line,
so I've pushed that in your name.
Note personally I use "smartcase" matching,
and so usually search for lower case to match case insensitively.
I use vim as my MANPAGER, but you can also use this with less
by setting 'i' in your LESS env variable.
cheers,
Pádraig.
[Message part 3 (message/rfc822, inline)]
Hi,
just did man date, searched for "UTC" yet failed to hit the desired
-u (--utc) section (IOW, a somewhat annoying productivity roadbump).
Thus it would be useful to extend
-u, --utc, --universal
print or set Coordinated Universal Time
to
-u, --utc, --universal
print or set Coordinated Universal Time (UTC)
in order to avoid dearly wasted seconds of a many users' lifetime :)
I would have submitted a format-patch vs. master, but due to the confusing
(but likely useful) indirection in source I failed to successfully grep
on where to change things (likely in src/date.c/usage() since that output
possibly gets auto-generated into man pages,
but perhaps somewhere else as well).
Thanks!
Andreas Mohr
This bug report was last modified 12 years and 13 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.