class Fluent::EventTime

def to_msgpack_ext

def to_msgpack_ext
  [@sec, @nsec].pack('NN')
end