Sidereon.Format.OMM.Epoch (Sidereon v0.8.0)

Copy Markdown View Source

UTC calendar epoch carried by an OMM EPOCH field.

The fields preserve the core OMM representation at microsecond precision instead of immediately reducing the value to a DateTime.

Summary

Types

t()

@type t() :: %Sidereon.Format.OMM.Epoch{
  day: integer(),
  hour: integer(),
  microsecond: integer(),
  minute: integer(),
  month: integer(),
  second: integer(),
  year: integer()
}