Package: datetimeutils Type: Package Title: Utilities for Dates and Times Version: 0.6-6 Date: 2025-12-14 Maintainer: Enrico Schumann Authors@R: c(person("Enrico", "Schumann", role = c("aut", "cre"), email = "es@enricoschumann.net", comment = c(ORCID = "0000-0001-7601-6576")), person("Unicode, Inc.", role = c("dtc", "cph"), comment = "source of timezone names in 'tznames'")) Description: Utilities for handling dates and times, such as selecting particular days of the week or month, formatting timestamps as required by RSS feeds, or converting timestamp representations of other software (such as 'MATLAB' and 'Excel') to R. The package is lightweight (no dependencies, pure R implementations) and relies only on R's standard classes to represent dates and times ('Date' and 'POSIXt'); it aims to provide efficient implementations, through vectorisation and the use of R's native numeric representations of timestamps where possible. Suggests: tinytest License: GPL-3 URL: https://enricoschumann.net/R/packages/datetimeutils/ , https://git.sr.ht/~enricoschumann/datetimeutils , https://github.com/enricoschumann/datetimeutils LazyData: yes Repository: https://enricoschumann.r-universe.dev Date/Publication: 2025-12-15 10:37:36 UTC RemoteUrl: https://github.com/enricoschumann/datetimeutils RemoteRef: HEAD RemoteSha: e2d4583ba571a1151f55c44b10ccf5c21657e86d NeedsCompilation: no Packaged: 2026-06-22 11:13:42 UTC; root Author: Enrico Schumann [aut, cre] (ORCID: ), Unicode, Inc. [dtc, cph] (source of timezone names in 'tznames')