Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 May 2007 12:47:09 -0400
From:      Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>
To:        "Ernest Sales" <ersaloz@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: find and timezone
Message-ID:  <44ps5dyk4y.fsf@Lowell-Desk.lan>
In-Reply-To: <000001c78daa$6da7f8f0$2101a8c0@asinusaureus> (Ernest Sales's message of "Thu\, 3 May 2007 19\:42\:16 %2B0200")
References:  <000001c78daa$6da7f8f0$2101a8c0@asinusaureus>

next in thread | previous in thread | raw e-mail | index | archive | help
"Ernest Sales" <ersaloz@gmail.com> writes:

> Could someone explain why this works fine:
>
> # find . -newermt "May 2 12:00:09 CET 2007"
> [...]
> #
>
> ...whereas this doesn't:
>
> # find . -newermt "May 2 12:00:09 CEST 2007"
> find: Can't parse date/time: May 2 12:00:09 CEST 2007
> #
>
> (CET: Central European Time, ...S...: Summer)

I don't really know the details, but /usr/share/zoneinfo seems to
define CET and not CEST.  If you figure out the syntax, it should be
easy to add the extra abbreviations.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44ps5dyk4y.fsf>