print "==================================>>>>" print self.CustomTimeFormat + ": " + strStartTime + " -> " + time.strftime(self.CustomTimeFormat, time.strptime(strStartTime, "%H:%M")) print strStartTime ts = time.strptime(strStartTime, "%H:%M") print self.CustomTimeFormat print time.strftime(self.CustomTimeFormat, ts) self.__customTimeFormat = re.sub(r_("\b0"),"",time.strftime(self.CustomTimeFormat, time.strptime(strStartTime, "%H:%M")))
No translation group has been assigned.
You are not logged in. Please log in to work on translations.