Displaying timezone information in HTML report by xyb · Pull Request #960 · nedbat/coveragepy (original) (raw)
Thanks for doing this, and sorry for my silence.
I'm curious why the timezone is important on the report?
I have some concerns about the code. On my Mac, on 2.7, the timezone is shown as "+2000", but on 3.7, it's "-0400". I'm not that comfortable with maintaining the fallback code for format_local_datetime. How would you feel about displaying the timezone only for Python versions that can do it natively (3.6+)?