add_epoch_to_date {lubridate} | R Documentation |
Method for adding epochs to dates. Epochs will be implemented in a later version of lubridate.
add_epoch_to_date(date, epoch)
date |
a date-time object to be used as the reference time from which future epochs will be counted |
epoch |
an epoch object that decribes the number and type of epochs to be used to define a new date-time |
the date-time that occurs that specified number of epochs after the original date-time