This commit is contained in:
Leonel Câmara
2019-03-12 00:02:11 +00:00
committed by GitHub
parent aff4f98fe1
commit 1619a55802
+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,