time.strftime

Oct 25, 2012 19:48

Стандартная задача: установить Expires HTTP header. Решение:

self.set_header('Expires',
time.strftime('%a, %d %b %Y %H:%M:%S GMT',
time.gmtime(expiration_date)))

И ответ:

Expires:Птн, 26 Окт 2012 15:24:02 GMT


Read more... )

разработка, python, рабочее

Leave a comment

Comments 1

ex_juan_gan October 25 2012, 18:16:12 UTC
omfg

Reply


Leave a comment

Up