Skip to content

Commit

Permalink
mnt: set tz=UTC on request to ensure tz result (#43)
Browse files Browse the repository at this point in the history
* mnt: set tz=UTC on request to ensure tz result

* update fixture

---------

Co-authored-by: Maëlle Salmon <[email protected]>
  • Loading branch information
akrherz and maelle authored Apr 4, 2024
1 parent 353788b commit 196949f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/measures.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ riem_measures <- function(station = "VOHY",
month2 = lubridate::month(date_end),
day2 = lubridate::day(date_end),
format = "tdf",
latlon = "yes"
latlon = "yes",
tz = "UTC"
)
)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#DEBUG: Format Typ -> tdf
#DEBUG: Time Period -> 2014-03-01 00:00:00+00:00 2014-04-05 00:00:00+00:00
#DEBUG: Time Zone -> Etc/UTC
#DEBUG: Time Zone -> UTC
#DEBUG: Data Contact -> daryl herzmann [email protected] 515-294-5978
#DEBUG: Entries Found -> -1
station valid lon lat tmpf dwpf relh drct sknt p01i alti mslp vsby gust skyc1 skyc2 skyc3 skyc4 skyl1 skyl2 skyl3 skyl4 wxcodes ice_accretion_1hr ice_accretion_3hr ice_accretion_6hr peak_wind_gust peak_wind_drct peak_wind_time feel metar snowdepth
Expand Down

0 comments on commit 196949f

Please sign in to comment.