Versions in this module Expand all Collapse all v0 v0.1.0 Mar 15, 2016 Changes in this version + var ErrInvalidTimeFormat = errors.New("invalid time format") + func Parse(nlTimes ...string) ([]time.Time, error) + func ParseFromTime(t time.Time, nlTimes ...string) ([]time.Time, error) + type TimeContext struct