ocean.time

Modules

Clock
module ocean.time.Clock
ISO8601
module ocean.time.ISO8601

This module is based on the ISO 8601:2004 standard, and has functions for parsing (almost) every date/time format specified therein. (The ones not supported are intervals, durations, and recurring intervals.)

MicrosecondsClock
module ocean.time.MicrosecondsClock

Real time clock, obtains the current UNIX wall clock time in µs.

StopWatch
module ocean.time.StopWatch
Time
module ocean.time.Time
Time_test
module ocean.time.Time_test
WallClock
module ocean.time.WallClock
chrono
module ocean.time.chrono
timeout
module ocean.time.timeout