diff options
| -rwxr-xr-x | blarg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ atom_xml() { <icon>https://justine.smithies.me.uk/public/favicon-32x32.png</icon> $(grep -o '<title>.*</title>' header.html | sed -e 's/{{TITLE}}//g') <link href="$uri" rel="self" /> - <updated>$(date -Iseconds)</updated> + <updated>$(date -u +%Y-%m-%dT%H:%M:%SZ)</updated> <author> <name>$(git config user.name)</name> </author> |
