Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils.py')
-rw-r--r--utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.py b/utils.py
index c98c831..9848d86 100644
--- a/utils.py
+++ b/utils.py
@@ -78,7 +78,7 @@ def scaleSvgToDim( handle, dim ):
def getDateString( when ):
- return strftime( "%a, %b %d, %I:%M:%S %p", time.localtime(when) )
+ return strftime( "%c", time.localtime(when) )
def grayScalePixBuf2( pb, copy ):