ISO timezone

This commit is contained in:
djdt 2016-08-28 21:13:25 +10:00 committed by GitHub
parent 890c4fc771
commit 8ce8c77b87

View File

@ -85,7 +85,7 @@ snippet ddate "Month DD, YYYY" w
endsnippet
snippet diso "ISO format datetime" w
`date +%Y-%m-%dT%H:%M:%S`
`date +%Y-%m-%dT%H:%M:%S%:z`
endsnippet
snippet time "hh:mm" w