{
  "_id": "6a1055faacfb0bcc41ca2814",
  "Package": "datetimeoffset",
  "Type": "Package",
  "Title": "Datetimes with Optional UTC Offsets and/or Heterogeneous Time\nZones",
  "Version": "1.0.0",
  "Authors@R": "c(\nperson(\"Trevor L.\", \"Davis\", role=c(\"aut\", \"cre\"), email=\"trevor.l.davis@gmail.com\",\ncomment = c(ORCID = \"0000-0001-6341-4639\")))",
  "Description": "Supports import/export for a number of datetime string\nstandards and R datetime classes often including lossless\nre-export of any original reduced precision including 'ISO\n8601' <https://en.wikipedia.org/wiki/ISO_8601> and 'pdfmark'\n<https://opensource.adobe.com/dc-acrobat-sdk-docs/library/pdfmark/>\ndatetime strings. Supports local/global datetimes with optional\nUTC offsets and/or (possibly heterogeneous) time zones with up\nto nanosecond precision.",
  "URL": "https://trevorldavis.com/R/datetimeoffset/,\nhttps://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",
  "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": {
    "Date": "2026-05-09 07:54:27 UTC",
    "User": "root"
  },
  "Author": "Trevor L. Davis [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-6341-4639>)",
  "Maintainer": "Trevor L. Davis <trevor.l.davis@gmail.com>",
  "MD5sum": "d27f59c4cec9e0343dae2b948a33f530",
  "_user": "trevorld",
  "_type": "src",
  "_file": "datetimeoffset_1.0.0.tar.gz",
  "_fileid": "581b29b68389cb2bba49674c49654ef34c73fee75152e673df219b1077b13fcf",
  "_filesize": 256409,
  "_sha256": "581b29b68389cb2bba49674c49654ef34c73fee75152e673df219b1077b13fcf",
  "_created": "2026-05-09T07:54:27.000Z",
  "_published": "2026-05-22T13:11:22.976Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77386301455,
      "time": 142,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6894142258"
    },
    {
      "job": 77386301721,
      "time": 147,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894142132"
    },
    {
      "job": 77386301461,
      "time": 114,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6894141580"
    },
    {
      "job": 77386301292,
      "time": 109,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894141234"
    },
    {
      "job": 77386301079,
      "time": 179,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894128251"
    },
    {
      "job": 77386300598,
      "time": 103,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7161313460"
    },
    {
      "job": 77386301078,
      "time": 115,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6894139351"
    },
    {
      "job": 77386301867,
      "time": 96,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6894137360"
    },
    {
      "job": 77386301854,
      "time": 97,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894137559"
    }
  ],
  "_buildurl": "https://github.com/r-universe/trevorld/actions/runs/25595801240",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/trevorld/r-datetimeoffset",
  "_commit": {
    "id": "0ebd5462d021744fd1dc9cc0ed713fdfa6a8179c",
    "author": "Trevor L. Davis <trevor.l.davis@gmail.com>",
    "committer": "Trevor L. Davis <trevor.l.davis@gmail.com>",
    "message": "chore: add sponsor button [skip ci]\n",
    "time": 1778309067
  },
  "_maintainer": {
    "name": "Trevor L. Davis",
    "email": "trevor.l.davis@gmail.com",
    "login": "trevorld",
    "uuid": 2433259,
    "orcid": "0000-0001-6341-4639"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4.0",
      "role": "Depends"
    },
    {
      "package": "clock",
      "version": ">= 0.7.3",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "vctrs",
      "version": ">= 0.5.0",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "version": ">= 1.9.0",
      "role": "Suggests"
    },
    {
      "package": "nanotime",
      "version": ">= 0.3.11",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "parttime",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "trevorld",
  "_selfowned": true,
  "_usedby": 4,
  "_updates": [
    {
      "week": "2026-19",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 6,
  "_contributors": [
    {
      "user": "trevorld",
      "count": 103,
      "uuid": 2433259
    }
  ],
  "_userbio": {
    "uuid": 2433259,
    "type": "user",
    "name": "Trevor L. Davis",
    "description": "Studies electricity markets"
  },
  "_downloads": {
    "count": 479,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/datetimeoffset"
  },
  "_devurl": "https://github.com/trevorld/r-datetimeoffset",
  "_pkgdown": "https://trevorldavis.com/R/datetimeoffset/",
  "_searchresults": 1,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/datetimeoffset.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/trevorld/r-datetimeoffset",
  "_realowner": "trevorld",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.2",
      "date": "2023-01-14"
    },
    {
      "version": "0.2.1",
      "date": "2023-02-10"
    },
    {
      "version": "0.3.1",
      "date": "2023-05-11"
    },
    {
      "version": "0.4.1",
      "date": "2025-01-11"
    },
    {
      "version": "1.0.0",
      "date": "2025-03-24"
    }
  ],
  "_exports": [
    "as_datetimeoffset",
    "datetime_at_tz",
    "datetime_cast",
    "datetime_narrow",
    "datetime_precision",
    "datetime_widen",
    "datetimeoffset",
    "datetimeoffset_now",
    "fill_tz",
    "fill_utc_offsets",
    "format_edtf",
    "format_exiftool",
    "format_iso8601",
    "format_nanotime",
    "format_pdfmark",
    "format_strftime",
    "get_hour_offset",
    "get_minute_offset",
    "get_subsecond",
    "get_subsecond_digits",
    "get_tz",
    "get_utc_offsets",
    "is_datetimeoffset",
    "mode_tz",
    "NA_datetimeoffset_",
    "precision_to_int",
    "set_hour_offset",
    "set_minute_offset",
    "set_subsecond",
    "set_subsecond_digits",
    "set_tz",
    "set_utc_offsets"
  ],
  "_help": [
    {
      "page": "as_datetimeoffset",
      "title": "Coerce to \"datetimeoffset\" objects",
      "topics": [
        "as_datetimeoffset",
        "as_datetimeoffset.character",
        "as_datetimeoffset.clock_iso_year_week_day",
        "as_datetimeoffset.clock_naive_time",
        "as_datetimeoffset.clock_sys_time",
        "as_datetimeoffset.clock_year_day",
        "as_datetimeoffset.clock_year_month_day",
        "as_datetimeoffset.clock_year_month_weekday",
        "as_datetimeoffset.clock_year_quarter_day",
        "as_datetimeoffset.clock_zoned_time",
        "as_datetimeoffset.Date",
        "as_datetimeoffset.datetimeoffset",
        "as_datetimeoffset.default",
        "as_datetimeoffset.integer",
        "as_datetimeoffset.nanotime",
        "as_datetimeoffset.numeric",
        "as_datetimeoffset.partial_time",
        "as_datetimeoffset.POSIXt"
      ]
    },
    {
      "page": "datetime_at_tz",
      "title": "Change time zones while preserving UTC time",
      "topics": [
        "datetime_at_tz",
        "datetime_at_tz.clock_zoned_time",
        "datetime_at_tz.datetimeoffset",
        "datetime_at_tz.default",
        "datetime_at_tz.POSIXt"
      ]
    },
    {
      "page": "datetime_cast",
      "title": "Widen/narrow datetime precision",
      "topics": [
        "datetime_cast",
        "datetime_cast.default",
        "datetime_narrow",
        "datetime_narrow.clock_calendar",
        "datetime_narrow.clock_time_point",
        "datetime_narrow.datetimeoffset",
        "datetime_narrow.POSIXt",
        "datetime_widen",
        "datetime_widen.clock_calendar",
        "datetime_widen.clock_time_point",
        "datetime_widen.datetimeoffset",
        "datetime_widen.POSIXt"
      ]
    },
    {
      "page": "datetime_precision",
      "title": "Datetime precision",
      "topics": [
        "datetime_precision",
        "datetime_precision.clock_calendar",
        "datetime_precision.clock_time_point",
        "datetime_precision.clock_zoned_time",
        "datetime_precision.datetimeoffset",
        "datetime_precision.nanotime",
        "precision_to_int"
      ]
    },
    {
      "page": "datetimeoffset",
      "title": "Datetime object with optional UTC offsets and/or timezones",
      "topics": [
        "datetimeoffset"
      ]
    },
    {
      "page": "datetimeoffset_utilities",
      "title": "Various \"datetimeoffset\" object utilities",
      "topics": [
        "datetimeoffset_now",
        "datetimeoffset_utilities",
        "is_datetimeoffset",
        "NA_datetimeoffset_"
      ]
    },
    {
      "page": "datetimeoffset-invalid",
      "title": "Invalid datetimeoffset datetimes",
      "topics": [
        "datetimeoffset-invalid",
        "invalid_any.datetimeoffset",
        "invalid_count.datetimeoffset",
        "invalid_detect.datetimeoffset",
        "invalid_remove.datetimeoffset",
        "invalid_resolve.datetimeoffset"
      ]
    },
    {
      "page": "fill_tz",
      "title": "Fill in missing time zones and/or UTC offsets",
      "topics": [
        "fill_tz",
        "fill_utc_offsets"
      ]
    },
    {
      "page": "format",
      "title": "Convert datetime objects to character",
      "topics": [
        "format",
        "format.datetimeoffset",
        "format_edtf",
        "format_exiftool",
        "format_iso8601",
        "format_nanotime",
        "format_pdfmark",
        "format_strftime"
      ]
    },
    {
      "page": "from_datetimeoffset",
      "title": "Convert to other datetime objects",
      "topics": [
        "as.Date.datetimeoffset",
        "as.POSIXct.datetimeoffset",
        "as.POSIXlt.datetimeoffset",
        "as_date.datetimeoffset",
        "as_date_time.datetimeoffset",
        "as_iso_year_week_day.datetimeoffset",
        "as_naive_time.datetimeoffset",
        "as_sys_time.datetimeoffset",
        "as_weekday.datetimeoffset",
        "as_year_day.datetimeoffset",
        "as_year_month_day.datetimeoffset",
        "as_year_month_weekday.datetimeoffset",
        "as_year_quarter_day.datetimeoffset",
        "as_zoned_time.datetimeoffset",
        "from_datetimeoffset"
      ]
    },
    {
      "page": "getset_utc_offsets",
      "title": "Get/set UTC offset strings",
      "topics": [
        "getset_utc_offsets",
        "get_utc_offsets",
        "set_utc_offsets"
      ]
    },
    {
      "page": "getters",
      "title": "Get datetime components",
      "topics": [
        "getters",
        "get_day.datetimeoffset",
        "get_hour.datetimeoffset",
        "get_hour_offset",
        "get_hour_offset.datetimeoffset",
        "get_hour_offset.default",
        "get_hour_offset.POSIXt",
        "get_minute.datetimeoffset",
        "get_minute_offset",
        "get_minute_offset.datetimeoffset",
        "get_minute_offset.default",
        "get_minute_offset.POSIXt",
        "get_month.datetimeoffset",
        "get_nanosecond.datetimeoffset",
        "get_second.datetimeoffset",
        "get_subsecond_digits",
        "get_subsecond_digits.datetimeoffset",
        "get_subsecond_digits.default",
        "get_tz",
        "get_tz.clock_zoned_time",
        "get_tz.Date",
        "get_tz.datetimeoffset",
        "get_tz.default",
        "get_tz.POSIXt",
        "get_year.datetimeoffset"
      ]
    },
    {
      "page": "mode_tz",
      "title": "Get most common time zone",
      "topics": [
        "mode_tz",
        "mode_tz.datetimeoffset",
        "mode_tz.default"
      ]
    },
    {
      "page": "setters",
      "title": "Set datetime components",
      "topics": [
        "setters",
        "set_day.datetimeoffset",
        "set_hour.datetimeoffset",
        "set_hour_offset",
        "set_hour_offset.datetimeoffset",
        "set_minute.datetimeoffset",
        "set_minute_offset",
        "set_minute_offset.datetimeoffset",
        "set_month.datetimeoffset",
        "set_nanosecond.datetimeoffset",
        "set_second.datetimeoffset",
        "set_subsecond_digits",
        "set_subsecond_digits.datetimeoffset",
        "set_tz",
        "set_tz.clock_zoned_time",
        "set_tz.datetimeoffset",
        "set_tz.default",
        "set_year.datetimeoffset"
      ]
    },
    {
      "page": "subsecond",
      "title": "Subsecond helper getter/setter",
      "topics": [
        "get_microsecond.datetimeoffset",
        "get_millisecond.datetimeoffset",
        "get_subsecond",
        "get_subsecond.datetimeoffset",
        "set_microsecond.datetimeoffset",
        "set_millisecond.datetimeoffset",
        "set_subsecond",
        "set_subsecond.datetimeoffset",
        "subsecond"
      ]
    },
    {
      "page": "weekdays.datetimeoffset",
      "title": "Additional datetime extractors",
      "topics": [
        "julian.datetimeoffset",
        "months.datetimeoffset",
        "quarters.datetimeoffset",
        "weekdays.datetimeoffset"
      ]
    }
  ],
  "_pkglogo": "https://github.com/trevorld/r-datetimeoffset/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/trevorld/r-datetimeoffset/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "clock",
    "cpp11",
    "glue",
    "lifecycle",
    "magrittr",
    "purrr",
    "rlang",
    "tzdb",
    "vctrs"
  ],
  "_vignettes": [
    {
      "source": "datetimeoffset.Rmd",
      "filename": "datetimeoffset.html",
      "title": "Introduction to datetimeoffset",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Table of Contents",
        "<a name=\"overview\">Overview</a>",
        "<a name=\"examples\">Examples</a>",
        "<a name=\"formats\">Importing/exporting datetime string formats</a>",
        "ISO 8601 datetimes",
        "pdfmark datetimes",
        "RFC 3339 with de facto time zone extension datetimes",
        "SQL Server/ODBC datetime string literals",
        "Extended Date Time Format (EDTF)",
        "Miscellaneous datetimes",
        "<a name=\"heteregeneous\">Heterogeneous time zones</a>",
        "<a name=\"pdf\">Augmenting pdf datetime metadata</a>",
        "<a name=\"features\">Features</a>",
        "<a name=\"clock\">Comparison with {clock}</a>",
        "<a name=\"clock-advantages\">Things {clock} can do that {datetimeoffset} can't do</a>",
        "<a name=\"datetimeoffset-advantages\">Things {datetimeoffset} can do that {clock} can't do</a>",
        "<a name=\"parttime\">Comparison with {parttime}</a>",
        "<a name=\"serializing\">Serializing</a>",
        "<a name=\"links\">External links</a>",
        "<a name=\"standards\">Datetime standards with UTC offsets</a>",
        "<a name=\"similar\">Related software</a>",
        "R packages"
      ],
      "created": "2022-12-22 06:35:52",
      "modified": "2023-05-11 00:39:56",
      "commits": 4
    }
  ],
  "_score": 5.556302500767288,
  "_indexed": true,
  "_nocasepkg": "datetimeoffset",
  "_universes": [
    "trevorld"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-09T07:56:33.000Z",
      "distro": "noble",
      "commit": "0ebd5462d021744fd1dc9cc0ed713fdfa6a8179c",
      "fileid": "6b3d4e48c69e8fb34e31f6c8a048123c760b6e2758c446ffa922d617f9c5acc4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/25595801240"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-09T07:56:32.000Z",
      "distro": "noble",
      "commit": "0ebd5462d021744fd1dc9cc0ed713fdfa6a8179c",
      "fileid": "f16161b787f4c36e1865fb5807737a02b02b2fa306c44d1df284a073ddd678e0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/25595801240"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-09T07:56:38.000Z",
      "commit": "0ebd5462d021744fd1dc9cc0ed713fdfa6a8179c",
      "fileid": "1964364a03bed2e0faa4a6a5b2972cd94126fa6e0a86872a1c34bee388141e37",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/25595801240"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-09T07:56:29.000Z",
      "commit": "0ebd5462d021744fd1dc9cc0ed713fdfa6a8179c",
      "fileid": "2915b7e99c228293a748ba294865123a5fcc6e32858f3a4a5e1b15426dd032af",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/25595801240"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-09T07:55:53.000Z",
      "commit": "0ebd5462d021744fd1dc9cc0ed713fdfa6a8179c",
      "fileid": "3d8a658ffc8440aeb27640d7eff16f43994e4475bd9ce3a35a8433d6a436a92d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/25595801240"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-09T07:55:32.000Z",
      "commit": "0ebd5462d021744fd1dc9cc0ed713fdfa6a8179c",
      "fileid": "c1af788fdbeb6c31de8c15af15c73e24c480f31784165a7287296bdf5d0a8d6f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/25595801240"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-09T07:55:34.000Z",
      "commit": "0ebd5462d021744fd1dc9cc0ed713fdfa6a8179c",
      "fileid": "7b888447e7997d9278168ac3589b979503faac251dccc4a4046dcadbbe6ce9a8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/25595801240"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-05-22T13:11:04.000Z",
      "commit": "0ebd5462d021744fd1dc9cc0ed713fdfa6a8179c",
      "fileid": "027e0380503c6bf30d32385d33b135b04134fe7875eebba34e9c5f5bc0d9bfaa",
      "status": "success",
      "buildurl": "https://github.com/r-universe/trevorld/actions/runs/25595801240"
    }
  ]
}