diff --git a/gluon/utils.py b/gluon/utils.py index bbaba4e5..e4771d9c 100644 --- a/gluon/utils.py +++ b/gluon/utils.py @@ -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,