Changes to the time.strftime to make it more accurate

Since some host files might need to be updated more frequently it's more appropriate to show timezone and the exact time for last build, hince changed the order of month and date to %d %B
This commit is contained in:
spirillen
2018-11-20 23:19:19 +01:00
committed by GitHub
parent e07dcb2431
commit a2989eedc8

View File

@@ -925,7 +925,7 @@ def write_opening_header(final_file, **header_params):
write_data(final_file, "# This hosts file is a merged collection "
"of hosts from reputable sources,\n")
write_data(final_file, "# with a dash of crowd sourcing via Github\n#\n")
write_data(final_file, "# Date: " + time.strftime("%B %d %Y", time.gmtime()) + "\n")
write_data(final_file, "# Date: " + time.strftime("%d %B %Y %H:%M:%S (UTC)", time.gmtime()) + "\n")
if header_params["extensions"]:
write_data(final_file, "# Extensions added to this file: " + ", ".join(