diff options
| author | Xie Yanbo <xieyanbo@gmail.com> | 2020-07-24 07:10:50 +0800 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-07-23 19:13:19 -0400 |
| commit | 224c73e34d80caebb34af1e06724fb7858ad732b (patch) | |
| tree | 3746e43ed35104029814df4c4396319b1195cf14 /tests/gold/html/omit_3 | |
| parent | db4213b6ac6c85a916f0d58792057ad79456e043 (diff) | |
| download | python-coveragepy-git-224c73e34d80caebb34af1e06724fb7858ad732b.tar.gz | |
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
Diffstat (limited to 'tests/gold/html/omit_3')
| -rw-r--r-- | tests/gold/html/omit_3/index.html | 2 | ||||
| -rw-r--r-- | tests/gold/html/omit_3/m3_py.html | 2 | ||||
| -rw-r--r-- | tests/gold/html/omit_3/main_py.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/gold/html/omit_3/index.html b/tests/gold/html/omit_3/index.html index 0d8ff217..f5bc1aae 100644 --- a/tests/gold/html/omit_3/index.html +++ b/tests/gold/html/omit_3/index.html @@ -83,7 +83,7 @@ <div class="content"> <p> <a class="nav" href="https://coverage.readthedocs.io/en/coverage-5.0a9">coverage.py v5.0a9</a>, - created at 2019-10-14 09:27 + created at 2019-10-14 09:27 +0000 </p> </div> </div> diff --git a/tests/gold/html/omit_3/m3_py.html b/tests/gold/html/omit_3/m3_py.html index e714d47f..d6b4756d 100644 --- a/tests/gold/html/omit_3/m3_py.html +++ b/tests/gold/html/omit_3/m3_py.html @@ -58,7 +58,7 @@ <div class="content"> <p> <a class="nav" href="index.html">« index</a> <a class="nav" href="https://coverage.readthedocs.io/en/coverage-5.0a9">coverage.py v5.0a9</a>, - created at 2019-10-14 09:27 + created at 2019-10-14 09:27 +0000 </p> </div> </div> diff --git a/tests/gold/html/omit_3/main_py.html b/tests/gold/html/omit_3/main_py.html index 28173d12..5d478124 100644 --- a/tests/gold/html/omit_3/main_py.html +++ b/tests/gold/html/omit_3/main_py.html @@ -66,7 +66,7 @@ <div class="content"> <p> <a class="nav" href="index.html">« index</a> <a class="nav" href="https://coverage.readthedocs.io/en/coverage-5.0a9">coverage.py v5.0a9</a>, - created at 2019-10-14 09:27 + created at 2019-10-14 09:27 +0000 </p> </div> </div> |
