,'%Y%m%d%H%M%S')
27
28 print type(localtime1),localtime1
29 print type(localtime2),localtime2
30
31...=30, tm_wday=3, tm_yday=140, tm_isdst=0)
2 time.struct_time(tm_year=2016, tm_mon...=5, tm_mday=19, tm_hour=9, tm_min=9, tm_sec=35, tm_wday=3, tm_yday=140, tm_isdst=0)
3 <type 'time.struct_time...=140, tm_isdst=0)
4 time.struct_time(tm_year=2016, tm_mon=5, tm_mday=18, tm_hour...=1, tm_min=1, tm_sec=1, tm_wday=2, tm_yday=139, tm_isdst=-1)
5 time.struct_time