From 3435807beae6e4589f5dcb6a2b7acc6df8239ab1 Mon Sep 17 00:00:00 2001 From: Rismal Ray Vaughn Date: Thu, 2 May 2013 00:20:02 +0700 Subject: [PATCH] fix my own stupidity , i'm so neglectful --- tespeed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tespeed.py b/tespeed.py index eff4369..2ea58e6 100755 --- a/tespeed.py +++ b/tespeed.py @@ -84,7 +84,7 @@ def __init__(self, server = "", numTop = 0, servercount = 3, store = False, supp self.units="Mbit" self.unit=0 - self.testtime = time.strftime(("%d %d %a %Y %H:%M:%S"), time.localtime()) + self.testtime = time.strftime(("%d %b %a %Y %H:%M:%S"), time.localtime()) if unit: self.units="MiB" self.unit=1