ref: cdc1fad5a1a7e95a7fe7e70f06365c3c47f585b1
dir: /lib/date/parse.myr/
use std use "date.use" pkg date = /* date i/o */ const parse : (d : byte[:] -> instant) const parsefmt : (fmt : byte[:], d : byte[:] -> instant) const parsez : (d : byte[:], tz : byte[:] -> instant) ;;