Skip to content

Commit 6a18d35

Browse files
committed
hotfix for ultra otn precision
1 parent 47a5f00 commit 6a18d35

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

R/utilities_make.R

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,17 @@ clean_otn_deployment <- function(deployment) {
5858
tz = "UTC",
5959
tryFormats = c(
6060
"%Y-%m-%dT%H:%M:%S",
61-
"%Y-%m-%d %H:%M:%S"
61+
"%Y-%m-%d %H:%M:%S",
62+
"%Y-%m-%d %H:%M:%OS"
6263
)
6364
)
6465
deployment$recover_date_time <- as.POSIXct(
6566
deployment$recover_date_time,
6667
tz = "UTC",
6768
tryFormats = c(
6869
"%Y-%m-%dT%H:%M:%S",
69-
"%Y-%m-%d %H:%M:%S"
70+
"%Y-%m-%d %H:%M:%S",
71+
"%Y-%m-%d %H:%M:%OS"
7072
)
7173
)
7274

0 commit comments

Comments
 (0)