Added crontab for running Planet UCC
[planet-ucc.git] / XMLWriter.py
index 8003189..93ffe06 100644 (file)
@@ -127,6 +127,10 @@ class XHTMLWriter:
                        output  +=      open('sidebar.html').read()
                except:
                        pass
+               output  +=      '<h2>Last Updated</h2>\n'
+               output  +=      '<p>\n'
+               output  +=      '%s\n' % time.strftime('%A %B %d, %Y %H:%M', time.localtime())
+               output  +=      '</p>\n'
                if self.parent:
                        output  +=      '<h2>Feeds</h2>\n'
                        output  +=      '<p>\n'

UCC git Repository :: git.ucc.asn.au