• R David Murray's avatar
    #665194: Add a localtime function to email.utils. · d2d521ea
    R David Murray yazdı
    Without this function people would be tempted to use the other date functions
    in email.utils to compute an aware localtime, and those functions are not as
    good for that purpose as this code.  The code is Alexander Belopolsy's from
    his proposed patch for issue 9527, with a fix (and additional tests) by Brian
    K. Jones.
    d2d521ea
utils.py 14.2 KB