Hugo wants dates to be in ISO format

This commit is contained in:
Richard van der Hoff 2022-11-15 23:21:46 +00:00
parent 46596d750a
commit 7dd2a985f7
5 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
---
date: 1636416000
date: 2021-11-09T00:00:00+0000
---
<!--
This is a header file for the generated changelog.

View file

@ -1,5 +1,5 @@
---
date: 1643760000
date: 2022-02-02T00:00:00+0000
---
<!--
This is a header file for the generated changelog.

View file

@ -1,5 +1,5 @@
---
date: 1655247600
date: 2022-06-15T00:00:00+0100
---
<!--
This is a header file for the generated changelog.

View file

@ -1,5 +1,5 @@
---
date: 1664406000
date: 2022-09-29T00:00:00+0100
---
<!--
This is a header file for the generated changelog.

View file

@ -29,7 +29,7 @@ towncrier --name "Client-Server API" --dir "./client_server" --config "./pyproje
# to sort the changelogs at build time.
cat <<EOF
---
date: $(date +%s)
date: $(date -Iseconds)
---
EOF
if [ "$VERSION" = "vUNSTABLE" ]; then