Use 'GMT' instead of +0000 notation.
authorSteven Black <redacted>
Tue, 16 Feb 2016 16:26:17 +0000 (11:26 -0500)
committerSteven Black <redacted>
Tue, 16 Feb 2016 16:26:17 +0000 (11:26 -0500)
readme.md
updateHostsFile.py

index ca4d13b28b33326c713bcfd6af58dbbfcf81fa57..22d14997c001ad9f097496d96a13145e0bcfa66e 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -5,7 +5,7 @@ with duplicates removed.  You can [download the resultant amalgamated hosts file
 
 **Details about this amalgamated hosts file:**
 
-* Source data was updated, and the amalgamated hosts file was generated, on **February 16 2016 at 16:24:18 +0000**.
+* Source data was updated, and the amalgamated hosts file was generated, on **February 16 2016 at 16:25:43 GMT**.
 * Currently this amalgamated hosts file contains **27,139 unique entries**.
 
 ## Goals of this amalgamated hosts file
index f27235c571628d9093ac4310a88cf83e175e4926..aeb9eac0f05daeffa0f8c9bba76725c8c8e2fb1a 100644 (file)
@@ -333,7 +333,7 @@ def writeOpeningHeader(finalFile):
 def updateReadme(numberOfRules):
     with open(README_FILE, "wt") as out:
         for line in open(README_TEMPLATE):
-            line = line.replace( '@GEN_DATE@', time.strftime("%B %d %Y at %H:%M:%S +0000", time.gmtime()))
+            line = line.replace( '@GEN_DATE@', time.strftime("%B %d %Y at %H:%M:%S GMT", time.gmtime()))
             out.write(line.replace('@NUM_ENTRIES@', "{:,}".format(numberOfRules)))
 
 def moveHostsFileIntoPlace(finalFile):
git clone https://git.99rst.org/PROJECT