- https://unix.stackexchange.com/questions/374389/formatting-the-date-in-bash/710512#710512 - https://www.vankuik.nl/2019-04-23_ISO_date_on_macOS Formatting the date in bash I would like to format the date in bash in a script. The format is: 2016-10-05T12:18:36.890+02:00 I'm currently using: $(date +%Y%m%d%H%M%S) Any idea how this can be done? unix.stackexchange.com vankuik.nl: 2019-04-23 ISO da..