Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(date test): Fail with invalid date
Constructs a datestring with RFC3339 formatting using the parsed date values, then attempts to call `time.Parse()` on it, which returns a non-nil error if datetime string was invalid or `time`'s parsing of the string failed. Resolves: part of pelletier#613