From 224c73e34d80caebb34af1e06724fb7858ad732b Mon Sep 17 00:00:00 2001 From: Xie Yanbo Date: Fri, 24 Jul 2020 07:10:50 +0800 Subject: Displaying timezone information in HTML report (#960) * Displaying timezone information in HTML report * A helpber to format datetime with local timezone * No backward compatibility with older python versions --- tests/gold/html/styled/a_py.html | 2 +- tests/gold/html/styled/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/gold/html/styled') diff --git a/tests/gold/html/styled/a_py.html b/tests/gold/html/styled/a_py.html index 7b6f9dcd..b81641cc 100644 --- a/tests/gold/html/styled/a_py.html +++ b/tests/gold/html/styled/a_py.html @@ -62,7 +62,7 @@

« index     coverage.py v5.0a9, - created at 2019-10-14 09:27 + created at 2019-10-14 09:27 +0000

diff --git a/tests/gold/html/styled/index.html b/tests/gold/html/styled/index.html index 6e182fa6..d1a9259b 100644 --- a/tests/gold/html/styled/index.html +++ b/tests/gold/html/styled/index.html @@ -77,7 +77,7 @@

coverage.py v5.0a9, - created at 2019-10-14 09:27 + created at 2019-10-14 09:27 +0000

-- cgit v1.2.1