From 83e99f88cb3e6d7bf7a22263e9232a14b69c72bb Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky <pfalcon@users.sourceforge.net> Date: Sun, 1 May 2016 01:48:30 +0300 Subject: [PATCH] docs/utime: Clarify module purpose. --- docs/library/utime.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/library/utime.rst b/docs/library/utime.rst index ab126b07d..0bca4692a 100644 --- a/docs/library/utime.rst +++ b/docs/library/utime.rst @@ -5,7 +5,7 @@ :synopsis: time related functions The ``utime`` module provides functions for getting the current time and date, -and for sleeping. +measuring time intervals, and for delays. **Time Epoch**: Unix port uses standard for POSIX systems epoch of 1970-01-01 00:00:00 UTC. However, embedded ports use epoch of -- GitLab