Easily create of time stamps corresponding to the first or last observation in a specified time period.
Usage
firstof(year = 1970, month = 1, day = 1, hour = 0, min = 0, sec = 0, tz = "")
lastof(
year = 1970,
month = 12,
day = 31,
hour = 23,
min = 59,
sec = 59,
subsec = 0.99999,
tz = ""
)Details
This is a wrapper to ISOdatetime() with defaults corresponding to the
first or last possible time in a given period.