diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml
index fcd532ba3e5..f2eba23f93a 100644
--- a/doc/classes/OS.xml
+++ b/doc/classes/OS.xml
@@ -529,6 +529,7 @@
Returns the current UNIX epoch timestamp.
+ [b]Important:[/b] This is the system clock that the user can manully set. [b]Never use[/b] this method for precise time calculation since its results are also subject to automatic adjustments by the operating system. [b]Always use[/b] [method get_ticks_usec] or [method get_ticks_msec] for precise time calculation instead, since they are guaranteed to be monotonic (i.e. never decrease).