Struct diesel:: pg:: data_types:: PgTimestamp
[−]
[src]
pub struct PgTimestamp(pub i64);
Timestamps are represented in Postgres as a 64 bit signed integer representing the number of microseconds since January 1st 2000. This struct is a dumb wrapper type, meant only to indicate the integer's meaning.