aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xblarg2
1 files changed, 1 insertions, 1 deletions
diff --git a/blarg b/blarg
index 7721f6a..9d24cd8 100755
--- a/blarg
+++ b/blarg
@@ -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>