std.time
Types and methods for dealing with time.
Traits
ToInstant | A type which can be converted to an |
Types
Value | Date | A type representing a date in the Gregorian calendar, without a time and timezone. |
DateTime | A date and time based on the Gregorian calendar. | |
Value | Duration | A span of time measured in nanoseconds. |
Value | Instant | A monotonically increasing clock. |
Value | Time | A type that represents a point in time (hours, minutes and seconds) without a specific associated date. |