822-date.1 842 B

123456789101112131415161718192021222324252627282930313233343536
  1. .\" Hey, Emacs! This is an -*- nroff -*- source file.
  2. .\" Authors: Ian Jackson
  3. .TH 822\-date 1 "2008-02-28" "Debian Project" "dpkg utilities"
  4. .SH NAME
  5. 822\-date \- Print date and time in RFC822 format
  6. .
  7. .SH SYNOPSIS
  8. .B 822\-date
  9. .
  10. .SH DESCRIPTION
  11. .B 822\-date
  12. displays the current date and time in the format described in RFC822,
  13. using a numeric timezone offset as recommended in RFC1123.
  14. .
  15. .SH OPTIONS
  16. .B 822\-date
  17. does not take any arguments or options.
  18. .
  19. .SH BUGS
  20. This facility really ought to be part of
  21. .BR date (1).
  22. .
  23. .SH SEE ALSO
  24. .I Standard for the Format of ARPA Internet Text Messages
  25. (RFC822),
  26. .br
  27. .I Requirements for Internet Hosts -- Application and Support
  28. (RFC1123) section 5.2.14,
  29. .br
  30. .BR date (1).
  31. .
  32. .SH AUTHOR
  33. .B 822\-date
  34. and this manpage were written by Ian Jackson. They are hereby placed
  35. by him into the public domain.