bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NEWS entry for getdate changes


From: Paul Eggert
Subject: NEWS entry for getdate changes
Date: Fri, 29 Oct 2004 17:08:20 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

I installed this:

2004-10-29  Paul Eggert  <address@hidden>

        * NEWS: Document getdate changes.

Index: NEWS
===================================================================
RCS file: /fetish/cu/NEWS,v
retrieving revision 1.245
retrieving revision 1.246
diff -p -u -r1.245 -r1.246
--- NEWS        29 Oct 2004 22:10:36 -0000      1.245
+++ NEWS        30 Oct 2004 00:05:00 -0000      1.246
@@ -36,6 +36,14 @@ GNU coreutils NEWS                      
 
   cut's --output-delimiter=D option works with abutting byte ranges.
 
+  The --date (-d) option of "date" and "touch" is now pickier about date 
values:
+  it rejects dates like "January 32" that have out-of-range components.
+  Also, date values can now have leading TZ="..." assignments that override
+  the environment only while that date is being processed.  For example,
+  the following shell command converts from Paris to New York time:
+
+     TZ="America/New_York" date --date='TZ="Europe/Paris" 2004-10-31 06:30'
+
   du no longer segfaults when a subdirectory of an operand
   directory is removed while du is traversing that subdirectory.
   Since the bug was in the underlying fts.c module, it also affected




reply via email to

[Prev in Thread] Current Thread [Next in Thread]