API Reference msgpack_datetime v#0.1.0
View SourceModules
This module
implements the msgpack_ext behaviour for (un)packing Elixir DateTimes as
MessagePack
ext -1 types.
Use by adding {:ext, MsgpackDateTime} to :msgpack.unpack(_, options),
and (un)wrap your DateTimes as {MsgpackDateTime, dt}.