bug-sh-utils
[Top][All Lists]
Advanced

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

date -d could be more forthcoming in what went wrong


From: Dan Jacobson
Subject: date -d could be more forthcoming in what went wrong
Date: 01 Dec 2002 07:52:50 +0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

$ date -d 'Tuesday 24:00 UTC'
date: invalid date `Tuesday 24:00 UTC'

well, it could tell me what part of my input is bothering it, Tuesday,
24:00, or UTC.  It turns out all I needed to do was

$ date -d 'Tuesday 23:59 UTC'
Wed Dec  4 07:59:00 GMT-8 2002
-- 
http://jidanni.org/ Taiwan(04)25854780




reply via email to

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