Home | History | Annotate | Download | only in test

Lines Matching refs:strftime

1155         container['Date'] = time.strftime(
2254 time.strftime('%a, %d %b %Y %H:%M:%S -0000', time.gmtime(now)))
2257 time.strftime('%a, %d %b %Y %H:%M:%S GMT', time.gmtime(now)))
2282 eq(int(time.strftime('%Y', timetup)), 2003)
2286 eq(int(time.strftime('%Y', timetup[:9])), 2003)