Skip to content

fixed date offsets that are created with RMevents

Oliver, Samantha Kay requested to merge github/fork/limnoliver/master into master

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

Merge request reports

Loading