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