USGS-R / Rainmaker

Repo being permanently moved to: https://code.usgs.gov/water/analysis-tools/Rainmaker
https://code.usgs.gov/water/analysis-tools/Rainmaker
Other
18 stars 14 forks source link

fixed date offsets that are created with RMevents #47

Closed limnoliver closed 6 years ago

limnoliver commented 6 years ago

When you subset dates, you lose time zone attributes. Then, R assigns a time zone, and uses your computer's default. This was creating issues if you were using data in a different time zone than your computer. I now subset with dplyr, which does not drop the attribute. Closes issue #46