humanlogio / humanlog

Logs for humans to read.
Apache License 2.0
748 stars 53 forks source link

Support ISO8601 time parsing #36

Closed jdechicchis closed 4 years ago

jdechicchis commented 4 years ago

ISO8601 and RFC3339 have slight incompatibilities so ISO8601 timestamps cannot currently be parsed. Adding an explicit format string for ISO8601 fixes this.

aybabtme commented 4 years ago

Thanks @jdechicchis ! I'll make a release with your change.

aybabtme commented 4 years ago

I just cut a new release and your change are included in it.