logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

debdate - Convert Gregorian dates to Debian Regnal dates

Author

valhalla@trueelena.org

       License: Released under the terms of the Do What The Fuck You Want  To  Public  License,  Version  2,  as
       published by Sam Hocevar. http://www.wtfpl.net/

Description

debdate is a fundamental tool for anybody who follows the debian calendar where the years are named after
       the current stable release.

Examples

debdate

       Print the debian regnal date for today.

       debdate-d2017-06-18

       Print the debian regnal date for the day of the release of Stretch.

       debdate-s1497736800

       Print the same date as above.

       debdate-d'Jul182017'

       Print  again  the  same date as above, passed in an illogical format.  Any string that is recognised as a
       valid date by dateutil can be used.

Name

       debdate - Convert Gregorian dates to Debian Regnal dates

Options

-h, --help
                 show this help message and exit

          -dDATE, --dateDATE
                 A gregorian date

          -sSECONDS, --secondsSECONDS
                 A date as seconds from the Unix Epoch

See Also

date(1)

       • ddate(1)

       • https://dateutil.readthedocs.io/en/stable/

Synopsis

       debdate [-h] [-d DATE | -s SECONDS] {test} ...

See Also