bug-coreutils
[Top][All Lists]
Advanced

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

Possible improvement of the date command


From: Alexander Veit
Subject: Possible improvement of the date command
Date: Wed, 10 Sep 2003 23:57:08 +0200

Dear coreutils maintainers,

to facilitate date calculations I would suggest format specifiers to output
the date as a julian date with and without day fraction, e.g.

# date --date='2003-09-10' +%u
2452893

# date --date='2003-09-10 18:00:00' +%U
2452893.25

Implementations may use the Jean Meeus or the Fliegel-Van Flandern
algorithm.


Best regards,
Alexander Veit

--
mailto:address@hidden





reply via email to

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