Nimony

The road to Nim 3

times

nimony/lib/std/times.nim

The std/times module provides basic support for working with time.

This is a minimal implementation for Nimony: it covers Unix-epoch based points in time with nanosecond resolution, simple durations, and a calendar breakdown for UTC. For monotonic timestamps suitable for measuring durations, use std/monotimes.