You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation (as of this submission) of time.Parse always returns a zero time.Time{} value when it hits an error. It would be nice to document this and have it as a part of API, as it would simplify some use cases.