Commit 0640db76 authored by Denis Bilenko's avatar Denis Bilenko

minor formatting change

parent 104e7014
......@@ -56,9 +56,7 @@ Internal Server Error""".replace('\n', '\r\n') % _INTERNAL_ERROR_STATUS
def format_date_time(timestamp):
year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
return "%s, %02d %3s %4d %02d:%02d:%02d GMT" % (
_weekdayname[wd], day, _monthname[month], year, hh, mm, ss
)
return "%s, %02d %3s %4d %02d:%02d:%02d GMT" % (_weekdayname[wd], day, _monthname[month], year, hh, mm, ss)
class Input(object):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment