Skip to content
This repository was archived by the owner on May 28, 2024. It is now read-only.

Commit 8cdcd1d

Browse files
authored
Merge pull request #167 from lekoenig/edit-met-data-tz
Change time zone used for formatting gridmet dates
2 parents c03284f + f164b2d commit 8cdcd1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

2a_model.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ p2a_targets_list <- list(
88
tar_target(
99
p2a_met_light_data,
1010
p2_met_data_at_obs_sites %>%
11-
mutate(date = as.Date(time, tz = 'Etc/GMT+5')) %>%
11+
mutate(date = as.Date(time, tz = 'UTC')) %>%
1212
left_join(y = p2_daily_max_light %>%
1313
select(COMID, date_localtime, frac_light) %>%
1414
# format column names

0 commit comments

Comments
 (0)