Skip to content

Update to RMevents_sample date handling

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

Dates were still buggy.

Had to move the tz conversion outside of the loop for some reason. Not exactly sure why this works, but suspect there was another place within the loop (perhaps down a different if route) where dates were being converted to computer time. So, now that it's being done in the final step outside of the loop, dates seem to be preserved.

Merge request reports

Loading