On Mon, 8 Nov 2010 09:36:50 -0500, Scott Rowe wrote:
>This is what I put in my /etc/profile in 2007:
>TZ=EST5EDT,M3.2.0,M11.1.0
>
How does this show that the convention was different in 2006 and
before, and further different before 1986?
Try this test program:
for HH in 00 01 02 03 04 05 06 07 08 09 10 11 12; do
TZ=GMT0 touch -t 20050401${HH}30 Spring${HH}30
TZ=GMT0 touch -t 20051031${HH}30 Autumn${HH}30
done
ls -l Spring* Autumn*
... it gives incorrect results on z/OS; correct on OS X and Linux.
-- gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html