clock 0.3.0
-
New
date_seq()
for generating date and date-time sequences (#218). -
clock now uses the tzdb package to access the date library's API. This
means that the experimental API that was to be used for vroom has been
removed in favor of using the one exposed in tzdb. -
zone_database_names()
andzone_database_version()
have been removed in
favor of re-exportingtzdb_names()
andtzdb_version()
from the tzdb
package.