rfc822t {datetimeutils} | R Documentation |
Format a timestamp as described in RFC 822.
rfc822t(x, include.dow = TRUE)
x |
a vector that can be coerced to |
include.dow |
logical; include the day of the week? |
Formats a timestamp as ‘%Y %H:%M:%S %z
’, possibly
prepending an abbreviated day-of-week. The function ignores the
current locale: day-of-week and month names are in English. The
format is required for timestamps in RSS feeds.
a character vector
Enrico Schumann
https://www.ietf.org/rfc/rfc0822.txt
https://www.rssboard.org/rss-specification
rfc822t(Sys.time())