Skip to main content

Timestamp

Type Alias Timestamp 

Source
pub type Timestamp = DateTime<Utc>;
Expand description

Every timestamp in the domain is UTC.

The domain never reads this from the operating system. Decisions that depend on elapsed time take a Clock, which the tests replace with runner_manager_testkit::clock::FakeClock.

Aliased Typeยง

pub struct Timestamp { /* private fields */ }