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

sip-date - Print or parse SIP date

Author

       Pekka Pessi <Pekka -dot- Pessi -at- nokia -dot- com>

Description

sip-date is an utility for printing a SIP date (in the format specified by RFC 1123, but the timezone
       must always be GMT) or parsing a given SIP date. The date can be given as a SIP date or by giving year,
       day, hour, minutes and seconds separately.

Examples

       You want to convert current time to SIP date:

       $ sip-date

        You want to find out how many seconds there was in 1900's:

       $ siptime -n 2000y
       3155673600

Name

       sip-date - Print or parse SIP date

Options

       The sip-date utility takes options as follows:

       -n  The sip-date utility prints the date as seconds elapsed since epoch (01 Jan 1900 00:00:00).

Reporting Bugs

Synopsis

       sip-date [-n] [SIP-date | [YYYYy] [DDd] [HHh] [MMm] [SS[s]]]

See Also