Postgrex.Timestamp

Struct for Postgres timestamp.

Fields

Source

Types

t :: %Postgrex.Timestamp{year: 0 .. 10000, month: 1 .. 12, day: 1 .. 12, hour: 0 .. 23, min: 0 .. 59, sec: 0 .. 59, usec: 0 .. 999999}