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' <https://en.wikipedia.org/wiki/ISO_8601> and 
    'pdfmark' <https://opensource.adobe.com/dc-acrobat-sdk-docs/library/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
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
NeedsCompilation: no
Packaged: 2025-03-24 16:22:42 UTC; trevorld
Author: Trevor L. Davis [aut, cre] (<https://orcid.org/0000-0001-6341-4639>)
Maintainer: Trevor L. Davis <trevor.l.davis@gmail.com>
Repository: CRAN
Date/Publication: 2025-03-24 16:50:02 UTC
Built: R 4.3.3; ; 2025-03-24 18:06:34 UTC; unix
