Print this page
4445 wsdiff results file timestamp format is strange

*** 1342,1352 **** except: logging = False error("failed to open log file: " + log) sys.exit(1) ! dateTimeStr= "# %d/%d/%d at %d:%d:%d" % time.localtime()[:6] v_info("# This file was produced by wsdiff") v_info(dateTimeStr) # Changed files (used only for the sorted case) if sorted : --- 1342,1352 ---- except: logging = False error("failed to open log file: " + log) sys.exit(1) ! dateTimeStr= "# %04d-%02d-%02d at %02d:%02d:%02d" % time.localtime()[:6] v_info("# This file was produced by wsdiff") v_info(dateTimeStr) # Changed files (used only for the sorted case) if sorted :