You are viewing a single comment's thread from:RE: Greenshift 012: TimestampsView the full contextinertia (74)in #greenshift • 6 years ago I recommend doing DateTime.parse(op[1].timestamp + 'Z') so you're parsing it as Zulu time (UTC).
That's a good point. Especially since Ruby Time uses UTC.