rfc822t | 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.rfc-editor.org/rfc/rfc822.txt
https://www.rssboard.org/rss-specification
strftime
, date
rfc822t(Sys.time())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.