Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set Time#iso8601 instead of Time object into record
Time object should not be member of record. It causes "undefined method `to_msgpack`" error because Time object is not defined in msgpack format spec.
- Loading branch information