mrzool / bash-sensible

An attempt at saner Bash defaults
https://github.com/mrzool/bash-sensible/blob/master/sensible.bash
MIT License
2.03k stars 94 forks source link

Timestamp format is not ISO8601 #24

Closed bkhl closed 3 weeks ago

bkhl commented 5 years ago

"%F %T" looks like a decent timestamp format to me, but it's not an ISO8601 timestamp, that would be "%FT%T". Suggest you remove the reference to the standard there.