822-date.1 1011 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .\" Hey, Emacs! This is an -*- nroff -*- source file.
  2. .TH 822\-date 1 "2007-01-24" "Debian Project" "dpkg utilities"
  3. .SH NAME
  4. 822\-date \- Print date and time in RFC2822 format
  5. .
  6. .SH SYNOPSIS
  7. .B 822\-date
  8. .
  9. .SH DESCRIPTION
  10. .B 822\-date
  11. displays the current date and time in the format described in RFC2822.
  12. It does so by simply calling
  13. .BR date (1)
  14. with the \fB\-R\fP option.
  15. .PP
  16. .B Using 822\-date is deprecated since
  17. .BR date (1)
  18. provides the same functionality when called with the \fB\-R\fP.
  19. .
  20. .SH OPTIONS
  21. .B 822\-date
  22. does not take any arguments or options.
  23. .
  24. .SH BUGS
  25. This facility really ought to be part of
  26. .BR date (1).
  27. .
  28. .SH SEE ALSO
  29. .I Internet Message Format
  30. (RFC2822),
  31. .BR date (1).
  32. .
  33. .SH AUTHOR
  34. .B 822\-date
  35. is a really simple wrapper around
  36. .BR date (1).
  37. By its simplicity, the code is probably not copyrightable and
  38. should be considered to be in the public domain. This man page
  39. was written by Frank Lichtenheld based on an earlier version
  40. by Ian Jackson and was also put in the public domain.