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

date - date and time

Description

       Print the date, in the format

            TueAug1617:03:52CDT1977

       The options are

       -u     Report Greenwich Mean Time (GMT) rather than local time.

       -n     Report the date as the number of seconds since the epoch, 00:00:00 GMT, January 1, 1970.

       The  conversion from Greenwich Mean Time to local time depends on the $timezone environment variable; see
       ctime(3).

       If the optional argument seconds is present, it is used as the time to convert rather than the real time.

Name

       date - date and time

Source

/src/cmd/date.cDATE(1plan9)

Synopsis

date [ option ] [ seconds ]

See Also