Struct gregor::UnixTimestamp [] [src]

pub struct UnixTimestamp(pub i64);

In seconds since 1970-01-01 00:00:00 UTC.

Trait Implementations

impl Debug for UnixTimestamp
[src]

Formats the value using the given formatter.

impl Eq for UnixTimestamp
[src]

impl PartialEq for UnixTimestamp
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for UnixTimestamp
[src]

impl Clone for UnixTimestamp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<Tz: UnambiguousTimeZone> From<DateTime<Tz>> for UnixTimestamp
[src]

Performs the conversion.