diff options
author | Steve Losh <steve@stevelosh.com> | 2009-06-25 17:57:27 -0400 |
---|---|---|
committer | Steve Losh <steve@stevelosh.com> | 2009-06-25 17:57:27 -0400 |
commit | 362f264efa192ce7662870b987e90152580f18a9 (patch) | |
tree | 367bf72d75c71d37ffc4fbc3555f01b6c8b992f2 | |
parent | cc14e7e4ca90f007117a595b34e45dec2c805d77 (diff) | |
download | bugseverywhere-362f264efa192ce7662870b987e90152580f18a9.tar.gz |
Minor formatting.
-rw-r--r-- | web.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ def datetimeformat(value, format='%B %d, %Y at %I:%M %p'): """Takes a timestamp and revormats it into a human-readable string.""" return datetime.fromtimestamp(value).strftime(format) + class WebInterface: """The web interface to CFBE.""" |