In R, I have a bunch of datetime values that I measure in GMT. I keep running into accidents where some function or another loses the timezone on my values, or even loses t
Why not set your timezone to GMT for your R sessions, then? If something gets converted to the "current" timezone, it is still right.