powered by
Format a timestamp as described in RFC 822.
rfc822t(x, include.dow = TRUE)
a character vector
a vector that can be coerced to POSIXlt
POSIXlt
logical; include the day of the week?
Enrico Schumann
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.
%Y %H:%M:%S %z
https://www.ietf.org/rfc/rfc0822.txt
https://www.rssboard.org/rss-specification
strftime, date
strftime
date
rfc822t(Sys.time())
Run the code above in your browser using DataLab