Skip to content

Commit

Permalink
Merge pull request #79 from uace-azmet/timzeone-warning
Browse files Browse the repository at this point in the history
fix unknown timezone warning
  • Loading branch information
jeremylweiss committed Jun 27, 2024
2 parents 35278d0 + 149a6a5 commit 66de743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/az_15min.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ az_15min <- function(station_id = NULL, start_date_time = NULL, end_date_time =
message("Querying most recent date-time of 15-minute data ...")
} else {
message(
"Querying data from ", format(params$start, "%Y-%m-%d %H:%M:%S")," through ", format(params$end, "%Y-%m-%d %H:%M:%S", " ...")
"Querying data from ", format(params$start, "%Y-%m-%d %H:%M:%S")," through ", format(params$end, "%Y-%m-%d %H:%M:%S"), " ..."
)
}

Expand Down
2 changes: 1 addition & 1 deletion R/az_lw15min.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ az_lw15min <- function(station_id = NULL, start_date_time = NULL, end_date_time
message("Querying most recent date-time of leaf wetness 15-minute data ...")
} else {
message(
"Querying data from ", format(params$start, "%Y-%m-%d %H:%M:%S")," through ", format(params$end, "%Y-%m-%d %H:%M:%S", " ...")
"Querying data from ", format(params$start, "%Y-%m-%d %H:%M:%S")," through ", format(params$end, "%Y-%m-%d %H:%M:%S"), " ..."
)
}

Expand Down

0 comments on commit 66de743

Please sign in to comment.