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