Update to RMevents_sample date handling
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.