Postgrex v1.0.0-rc.0 Postgrex.Timestamp

Struct for Postgres timestamp.

Fields

  • year
  • month
  • day
  • hour
  • min
  • sec
  • usec

Summary

Types

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