#lang scribble/doc @(require scribble/manual) @title{Microdate} A microdate is exactly like a date, but also has microseconds past the second, as @scheme[microdate-microseconds]. @scheme[now] returns the current time, as accurate as gettimeofday can get it. (build-microdate) can build a microdate from an existing date object, something woefully lacking in every single object or structure interface I have ever used ever. Seriously. @scheme[get-time-of-day] -> @scheme[(values seconds microseconds)] if you want. @scheme[gettimeofday.ss] does a lot, but only exports get-time-of-day