summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-11-06 22:45:18 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2015-11-06 22:46:51 +0100
commit2d8e9f30232d555211f02f1ffc78bd58e6c7308c (patch)
tree10b67c9f160cd4741aeacee494800a60f80ee92f /README.md
parentc4aba5783f0f7330e57ba14af32b9246cd72cc70 (diff)
Reschedule when time moved backwards
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4b6832c..29e0ca9 100644
--- a/README.md
+++ b/README.md
@@ -127,6 +127,7 @@ Only mtime is looked at, so touch(1) is good.
execs the command. You need to ensure (by setting up supervision)
snooze runs again after that!
* if we woke due to a SIGALRM, the command is executed immediately as well
+* if we notice time moved backwards, recompute the time until the event
* if the event is in the future, recompute the time it takes, possibly
considering shifting of the system time or timezone changes
(timezone reload only tested on glibc)