Postgrex v0.11.1 Postgrex.Timestamp

Struct for Postgres timestamp.

Fields

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

Summary

Types

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