Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VincentVToscano/efbc141b5b864837bdfdfaa89c2d5b9e to your computer and use it in GitHub Desktop.
Save VincentVToscano/efbc141b5b864837bdfdfaa89c2d5b9e to your computer and use it in GitHub Desktop.
Convert a Date into XML Schema (ISO 8601) format in bash
#Convert a Date into XML Schema (ISO 8601) format.
#2022-11-06T06:24:46-08:00
date -u +%FT%T%z
#2023-03-21T20:40:35+0000
date -u '+%Y-%m-%dT%k:%M:%S%z'
#2023-03-21T20:41:13+0000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment