Merge pull request #2144 from leonelcamara/patch-28

Fixes #2143
This commit is contained in:
mdipierro
2019-03-12 21:17:39 -07:00
committed by GitHub
+1 -1
View File
@@ -411,7 +411,7 @@ def unlocalised_http_header_date(data):
"12": "Dec",
}.get(time.strftime("%m", data))
year_and_time = time.strftime("%Y %H:%M:%S GMT")
year_and_time = time.strftime("%Y %H:%M:%S GMT", data)
return "{}, {} {} {}".format(
short_weekday,