Package: datetimeoffset
Type: Package
Title: Datetimes with Optional UTC Offsets and/or Heterogeneous Time
        Zones
Version: 0.3.1
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/dev/,
        https://github.com/trevorld/r-datetimeoffset
BugReports: https://github.com/trevorld/r-datetimeoffset
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Depends: R (>= 3.4.0)
Imports: clock, methods, purrr (>= 1.0.0), vctrs (>= 0.5.0)
Suggests: lubridate (>= 1.9.0), nanotime (>= 0.3.7), knitr, parttime,
        rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr, rmarkdown
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2023-05-11 04:03:57 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: 2023-05-11 05:50:02 UTC
