summaryrefslogtreecommitdiff
path: root/src/pyssg/rss.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyssg/rss.py')
-rw-r--r--src/pyssg/rss.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyssg/rss.py b/src/pyssg/rss.py
index ec661bb..2aa7fb0 100644
--- a/src/pyssg/rss.py
+++ b/src/pyssg/rss.py
@@ -7,7 +7,7 @@ from .configuration import Configuration
VERSION = importlib.metadata.version('pyssg')
-DFORMAT = '%a, %d %b %Y %H:%M:%S %Z'
+DFORMAT = '%a, %d %b %Y %H:%M:%S GMT'
class RSSBuilder: