From e579ea1dfca9188da39d5cade09b53e818c54177 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sat, 13 Apr 2024 16:01:04 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 40bfa22..87e560a 100644 --- a/README.md +++ b/README.md @@ -326,6 +326,13 @@ will take you to the main menu. The following is a short description of each scr [tzset(3)][13]. - `Clear data` - **DELETE ALL DATA** on the device. When the operation is complete, the database will be empty. **NO BACKUP IS MADE** so be careful. + +As a final note on the usage of the "Stats by", "Data points", and "Average +range" screens, pressing the up and down buttons to move across different DST +stats can cause some weird-looking behavior. If this causes you trouble, simply +back out of the stats screen and enter back in from a different start date. As +this is the expected behavior of the various sqlite3 and libc date and time +functions, it will not be fixed (because it's not broken). [11]: https://man.freebsd.org/cgi/man.cgi?query=fstyp&manpath=FreeBSD+14.0-RELEASE+and+Ports [12]: https://man.freebsd.org/cgi/man.cgi?query=tzset&manpath=FreeBSD+14.0-RELEASE+and+Ports