X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?a=blobdiff_plain;f=commands.py;h=5f436c63fd2b41f95a62399a5893a294939517db;hb=89ed2ee50e6a50feab0a1b51c00d4f7525ec1671;hp=698bfdbe64c7161b83afba284a580203bfe2ff20;hpb=af3b399b7517466d27bb1487fc7a45f3f92d7bcf;p=irc.git diff --git a/commands.py b/commands.py index 698bfdb..5f436c6 100755 --- a/commands.py +++ b/commands.py @@ -412,7 +412,7 @@ class UrlLog: n=time.localtime(time.time()) s="%02d:%02d" % (self.localfirst.tm_hour,self.localfirst.tm_min) if n.tm_yday != self.localfirst.tm_yday: - s+=time.strftime(" on %d %B", n) + s+=time.strftime(" on %d %B", self.localfirst) return s def urltype(self): z=min(len(urlinfos)-1, self.count-1)