Skip to content

Commit

Permalink
Remove tibblify()
Browse files Browse the repository at this point in the history
  • Loading branch information
asadow committed Mar 30, 2024
1 parent 287ae55 commit 177b576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils-parse.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ extract_schema <- function(parsed) {
}

parse_header_date <- function(resp) {
tz <- stringr::str_extract(resp, "\\b\\w+$")
tz <- stringi::stri_extract(resp, regex = "\\b\\w+$")
as.POSIXct(resp, format = "%a, %d %b %Y %H:%M:%S", tz = tz)
}

0 comments on commit 177b576

Please sign in to comment.