Skip to content

clock 0.3.0

Compare
Choose a tag to compare
@DavisVaughan DavisVaughan released this 22 Apr 17:53
18df12e
  • 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() and zone_database_version() have been removed in
    favor of re-exporting tzdb_names() and tzdb_version() from the tzdb
    package.