Postgrex v0.13.5 Postgrex.Timestamp View Source
Struct for Postgres timestamp.
Fields
yearmonthdayhourminsecusec
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..999_999,
year: 0..10000
}