Skip to content

Commit

Permalink
Merge pull request #15 from ericnewkirk/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ericnewkirk authored Apr 8, 2021
2 parents 8151674 + b23b208 commit d23f17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/fetch_ats.R
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ ats_join_trans <- function(pos, trans) {
),
format = "%y %j %H %M"
),
DateUTC = .data$DateOffset + lubridate::hours(.data$GmtOffset),
DateUTC = .data$DateOffset - lubridate::hours(.data$GmtOffset),
DateLocal = lubridate::with_tz(.data$DateUTC, tz = Sys.timezone()),
DataMode = dplyr::case_when(
nchar(.data$`2D/3D`) == 1 ~ "Normal",
Expand Down

0 comments on commit d23f17a

Please sign in to comment.