Postgrex v0.12.2 Postgrex.Timestamp View Source
Struct for Postgres timestamp.
Fields
year
month
day
hour
min
sec
usec
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Postgrex.Timestamp{day: 1..31, hour: 0..23, min: 0..59, month: 1..12, sec: 0..59, usec: 0..999999, year: 0..10000}