Package: datetimeoffset Type: Package Title: Datetimes with Optional UTC Offsets and/or Heterogeneous Time Zones Version: 1.0.0 Authors@R: c( person("Trevor L.", "Davis", role=c("aut", "cre"), email="trevor.l.davis@gmail.com", comment = c(ORCID = "0000-0001-6341-4639"))) Description: Supports import/export for a number of datetime string standards and R datetime classes often including lossless re-export of any original reduced precision including 'ISO 8601' and 'pdfmark' datetime strings. Supports local/global datetimes with optional UTC offsets and/or (possibly heterogeneous) time zones with up to nanosecond precision. URL: https://trevorldavis.com/R/datetimeoffset/, https://github.com/trevorld/r-datetimeoffset BugReports: https://github.com/trevorld/r-datetimeoffset/issues License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Depends: R (>= 3.4.0) Imports: clock (>= 0.7.3), methods, purrr (>= 1.0.0), vctrs (>= 0.5.0) Suggests: lubridate (>= 1.9.0), nanotime (>= 0.3.11), knitr, parttime, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr, rmarkdown Config/testthat/edition: 3 Repository: https://trevorld.r-universe.dev Date/Publication: 2026-05-09 06:44:27 UTC RemoteUrl: https://github.com/trevorld/r-datetimeoffset RemoteRef: HEAD RemoteSha: 0ebd5462d021744fd1dc9cc0ed713fdfa6a8179c NeedsCompilation: no Packaged: 2026-06-08 08:05:13 UTC; root Author: Trevor L. Davis [aut, cre] (ORCID: ) Maintainer: Trevor L. Davis