Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 May 2007 19:42:16 +0200
From:      "Ernest Sales" <ersaloz@gmail.com>
To:        <freebsd-questions@freebsd.org>
Subject:   find and timezone
Message-ID:  <000001c78daa$6da7f8f0$2101a8c0@asinusaureus>

next in thread | raw e-mail | index | archive | help
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)

Thanks in advance!

Ernest

---------------------------------------------------------------
plain text emails preferred, cf http://expita.com/nomime.html




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000001c78daa$6da7f8f0$2101a8c0>