summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2023-04-11 12:04:03 +0200
committerGitHub <noreply@github.com>2023-04-11 12:04:03 +0200
commit90b35e3ae85651d67a095205adc94aaa0a4ec98f (patch)
treeb5fc6d89af3f3f4dac14f84576f7a34f3d4ae6fe /HISTORY.rst
parentf11c0552f2bcfc8bc3afa35d29adb4dc5525c092 (diff)
downloadpsutil-90b35e3ae85651d67a095205adc94aaa0a4ec98f.tar.gz
[POSIX] psutil.users() loses precision for "started" attribute #2225 (#2226)
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index a86f56c4..ac50e897 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -23,6 +23,8 @@
argument.
- 2216_, [Windows]: fix tests when running in a virtual environment (patch by
Matthieu Darbois)
+- 2225_, [POSIX]: `users()`_ loses precision for ``started`` attribute (off by
+ 1 minute).
5.9.4
=====