Last Modified
2023-10-09 14:15:07 -0400
Requires

Description

Pre-1.9 versions of Ruby have a bug with marshaling Time instances, where utc instances are unmarshalled in the local zone, instead of utc. We’re layering behavior on the _dump and _load methods so that utc instances can be flagged on dump, and coerced back to utc on load.