Skip to content

Commit

Permalink
Merge pull request #55 from wadpac/minor-correction-of-timestamp-hand…
Browse files Browse the repository at this point in the history
…ling

Minor correction of timestamp handling code in readGENEActiv
  • Loading branch information
vincentvanhees authored Jan 23, 2024
2 parents ca5a879 + 5a791ea commit 9c4aea2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/readGENEActiv.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ readGENEActiv = function(filename, start = 0, end = 0, progress_bar = FALSE,
} else {
starttime_posix = as.POSIXlt(starttime, tz = configtz,
format = "%Y-%m-%d %H:%M:%OS", origin = "1970-01-01")
starttime_posix = as.POSIXlt(as.numeric(starttime_posix),
tz = desiredtz, origin = "1970-01-01")
}

# Correct timestamps
Expand Down

0 comments on commit 9c4aea2

Please sign in to comment.