View Source Avrogen.Avro.Types.Logical.TimestampMicros (avrogen v0.8.5)

This type represents the timestamp-micros type according to the specification

The timestamp-micros logical type represents a date with a time and a reference to a particular time zone, with a precision of one microsecond.

A timestamp-micros logical type annotates an Avro long, where the long stores the number of microseconds after midnight, 00:00:00.000.

Summary

Types

@type t() :: %Avrogen.Avro.Types.Logical.TimestampMicros{
  logicalType: String.t() | nil,
  type: String.t() | nil
}

Functions