Module near_primitives::time[][src]

Structs

We switched to using Clock in production for time mocking. You are supposed to use Clock to get current time.

A Duration type to represent a span of time, typically used for system timeouts.

A measurement of a monotonically nondecreasing clock. Opaque and useful only with Duration.

The UTC time zone. This is the most efficient time zone when you don’t need the local time. It is also used as an offset (which is also a dummy type).