[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tests/misc/date-debug: fails with latest timezone
From: |
Bernhard Voelker |
Subject: |
Re: tests/misc/date-debug: fails with latest timezone |
Date: |
Fri, 10 Mar 2017 10:58:36 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 |
On 03/10/2017 09:03 AM, Paul Eggert wrote:
> -TZ=America/Lima date --debug -d "$in3" >out3 2>&1 || fail=1
> +TZ=America/Lima date --debug -d "$in3" +'%a %b %e %T %z %Y' >out3 2>&1 ||
> fail=1
great, this is even better than mangling the output with sed.
Thanks & have a nice day,
Berny