From e492b43c3e4366e865e5f1c34d0834df2a91d490 Mon Sep 17 00:00:00 2001
From: Eiichi Tsukata
Date: Wed, 23 Apr 2014 21:46:21 +0900
Subject: Add erlang:system_info(tolerant_timeofday)
Add erlang:system_info(tolerant_timeofday), an API to check whether
compensation for sudden changes of system time is enabled or not.
---
erts/doc/src/erl.xml | 5 ++++-
erts/doc/src/erlang.xml | 7 +++++++
2 files changed, 11 insertions(+), 1 deletion(-)
(limited to 'erts/doc')
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml
index 9724a1345a..f8f4d14436 100644
--- a/erts/doc/src/erl.xml
+++ b/erts/doc/src/erl.xml
@@ -495,7 +495,7 @@
, not (). Note also that
is used instead of on Windows.
-
+
-
Disable compensation for sudden changes of system time.
Normally, will not immediately reflect
@@ -510,6 +510,9 @@
reflect the current system time. Note that timers are based
on . If the system time jumps, timers
then time out at the wrong time.
+ NOTE: You can check whether the adjustment is enabled or
+ disabled by calling
+ erlang:system_info(tolerant_timeofday).
-
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml
index e7e9b218f2..49cd0a8a52 100644
--- a/erts/doc/src/erlang.xml
+++ b/erts/doc/src/erlang.xml
@@ -6293,6 +6293,13 @@ ok
(driver_async())
as an integer.
+ tolerant_timeofday
+ -
+
Returns whether compensation for sudden changes of system
+ time is enabled or disabled.
+ See also +c
+ command line flag.
+
trace_control_word
-
Returns the value of the node's trace control word.
--
cgit v1.2.3