Home | History | Annotate | Download | only in python2.7

Lines Matching refs:date

848             # Convert date/time code to (year, month, day, hour, min, sec)
884 date = "%d-%02d-%02d %02d:%02d:%02d" % zinfo.date_time[:6]
885 print "%-46s %s %12d" % (zinfo.filename, date, zinfo.file_size)