Experimental: show fit creation date/hour in shipbrowser stage 3

This commit is contained in:
HomeWorld
2010-12-22 19:40:23 +02:00
parent 396cb14c9a
commit 99dbcf955e

View File

@@ -1687,6 +1687,8 @@ class FitItem(wx.Window):
ypos += ytext
mdc.SetFont(self.fontNormal)
fitDate = time.localtime(self.timestamp)
shipName = "%s/%s %s:%s" % (fitDate[1], fitDate[2], fitDate[3], fitDate[4])
mdc.DrawText("%s" % shipName, textStart, ypos)
mdc.SetFont(self.fontSmall)