# Functions

ParseDate create a new Date from the passed string.
ParseTime creates a new Time from the passed string.

# Structs

Date defines a type similar to time.Time but assumes a layout of RFC3339 full-date (i.e., 2006-01-02).
Time defines a type similar to time.Time but assumes a layout of RFC3339 date-time (i.e., 2006-01-02T15:04:05Z).