fork download
  1. from time import localtime, strftime
  2. print(strftime("%a, %d %b %Y %H:%M:%S +0000", localtime()))
  3.  
  4. #https://pt.stackoverflow.com/q/331119/101
Success #stdin #stdout 0.02s 27640KB
stdin
Standard input is empty
stdout
Fri, 21 Sep 2018 11:41:58 +0000