from ExamplePage import ExamplePage from WebKit.Common import asclocaltime class ShowTime(ExamplePage): def writeContent(self): self.write('

The current time is:

') self.write('
', asclocaltime(), '
')