changeset 566:87d064493714

fix wrong date format. how'd that slip in.
author Matt Johnston <matt@ucc.asn.au>
date Tue, 11 Aug 2015 22:19:29 +0800
parents 26f20cee71be
children f93290b37abf
files py/tempserver.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/py/tempserver.py	Sun Jul 05 00:44:05 2015 +0800
+++ b/py/tempserver.py	Tue Aug 11 22:19:29 2015 +0800
@@ -131,7 +131,7 @@
     if debug:
         level = logging.DEBUG
     logging.basicConfig(format='%(asctime)s %(message)s', 
-            datefmt='%m/%d/%Y %I:%M:%S %p',
+            datefmt='%d/%m/%Y %I:%M:%S %p',
             level=level)
     #logging.getLogger("asyncio").setLevel(logging.DEBUG)