ref: 456959812209570826cc92614f4aca8b21c13e5b
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) ;;