Comment by candiddevmike

1 day ago

The way Go parses time strings by default is insane though, even the maintainers regret it. It's a textbook example of being too clever.

By choosing default values instead of templatized values?

Other than having to periodically remember what 0-padded milliseconds are or whatever this isn't a huge deal.