We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f3695 commit 2c0365eCopy full SHA for 2c0365e
R/tar_timestamp_raw.R
@@ -93,8 +93,11 @@ tar_timestamp_raw <- function(
93
store <- store_init(format = record$format)
94
store$file$path <- record$path
95
out <- store_get_timestamp(store = store)
96
+ # Tested in tests/interactive/test-class_url.R
97
+ # nocov start
98
if (is.character(out) && parse) {
99
out <- file_time_system_tz(as.POSIXct(out, format = format, tz = tz))
100
}
101
+ # nocov end
102
out %||NA% file_time_system_tz(file_time_reference)
103
0 commit comments