X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=XMLWriter.py;h=6f39119e01a3a0caa8690e6d1664af9922502e55;hb=1eee04708eb32a4eaa15adbca4b4013f1efb7e6c;hp=80270b29cafbfe5b3d209224a286bbc8c52c8eca;hpb=ff671f12215752898909c43c32f8ffa059845eb2;p=planet-ucc.git diff --git a/XMLWriter.py b/XMLWriter.py index 80270b2..6f39119 100644 --- a/XMLWriter.py +++ b/XMLWriter.py @@ -96,7 +96,7 @@ class XHTMLWriter: output += '

\n' if item.imageURL: output += '%s\n' % (item.imageLink, item.imageURL, item.blogTitle) - output += '(%s)\n' % (item.itemURL ,time.strftime('%A %B %d, %Y %H:%M %Z', time.localtime(item.itemDate))) + output += '(%s)\n' % (item.itemURL ,time.strftime('%A %B %d, %Y %H:%M AWST', time.localtime(item.itemDate))) output += '

\n' output += '

\n' output += item.contents @@ -129,7 +129,7 @@ class XHTMLWriter: pass output += '

Last Updated

\n' output += '

\n' - output += '%s\n' % time.strftime('%A %B %d, %Y %H:%M', time.localtime()) + output += '%s\n' % time.strftime('%A %B %d, %Y %H:%M AWST', time.localtime()) output += '

\n' if self.parent: output += '

Feeds

\n'