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

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

date "+%j" bug?


From: Timothy J. Luoma
Subject: date "+%j" bug?
Date: Wed, 26 Jun 2002 22:23:20 -0400 (Eastern Daylight Time)

I was testing out:

  %j   day of year (001..366)

Since I can't run the test once per day (need it before that ;-) I was
using the --date field.

Since feb 29 is obviously the trick here, I tried:

$ date --date "02/28" "+%j"
059
(ok, good, that makes sense)

$ date --date "02/29" "+%j"
060
(ok, that makes sense too)

$ date --date "03/01" "+%j"
060
(oh no)

A little testing showed that if I set the year to be leap year, then it
would work as expected.

Is this the expected behavior?

Thanks
TjL







reply via email to

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