Skip to content

Commit

Permalink
Revert "POSiX format breaks parquet"
Browse files Browse the repository at this point in the history
This reverts commit 2342d73.
  • Loading branch information
mrcaseb committed Aug 25, 2024
1 parent 7f30000 commit fe3da70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rbindlist_with_attrs <- function(dflist){
nflverse_timestamp <- attr(dflist[[length(dflist)]], "nflverse_timestamp")
nflverse_type <- attr(dflist[[length(dflist)]], "nflverse_type")
out <- data.table::rbindlist(dflist, use.names = TRUE, fill = TRUE)
data.table::setattr(out, "nflverse_timestamp", format(nflverse_timestamp, usetz = TRUE, tz = "America/New_York"))
data.table::setattr(out, "nflverse_timestamp", nflverse_timestamp)
data.table::setattr(out, "nflverse_type", nflverse_type)
out
}
Expand Down

0 comments on commit fe3da70

Please sign in to comment.