R has functions for working with dates and times. Dates are represented with the Date class and can be coerced from a character string using as.Date(). Functions like Sys.Date(), Sys.time(), and Sys.timezone() provide information about the current date, time, and time zone. Custom dates can be stored as character strings and coerced to Date class.