aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src/calendar.xml
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2018-02-22 13:33:40 +0100
committerHans Bolinder <[email protected]>2018-04-21 20:58:03 +0200
commit83515e39e7c321910082fa3ef8a06a659c51f70a (patch)
tree00523177e0474c43b5e4492449523a16adfff1ff /lib/stdlib/doc/src/calendar.xml
parent98cd99ef1eaf32822404daced985258ac4973e14 (diff)
downloadotp-83515e39e7c321910082fa3ef8a06a659c51f70a.tar.gz
otp-83515e39e7c321910082fa3ef8a06a659c51f70a.tar.bz2
otp-83515e39e7c321910082fa3ef8a06a659c51f70a.zip
stdlib: Add system time functions to module calendar
Diffstat (limited to 'lib/stdlib/doc/src/calendar.xml')
-rw-r--r--lib/stdlib/doc/src/calendar.xml18
1 files changed, 17 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/calendar.xml b/lib/stdlib/doc/src/calendar.xml
index 65b3edcdf6..0c4a30ce16 100644
--- a/lib/stdlib/doc/src/calendar.xml
+++ b/lib/stdlib/doc/src/calendar.xml
@@ -4,7 +4,7 @@
<erlref>
<header>
<copyright>
- <year>1996</year><year>2016</year>
+ <year>1996</year><year>2018</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -339,6 +339,22 @@
</func>
<func>
+ <name name="system_time_to_local_time" arity="2"/>
+ <fsummary>Convert system time to local date and time.</fsummary>
+ <desc>
+ <p>Converts a specified system time into local date and time.</p>
+ </desc>
+ </func>
+
+ <func>
+ <name name="system_time_to_universal_time" arity="2"/>
+ <fsummary>Convert system time to universal date and time.</fsummary>
+ <desc>
+ <p>Converts a specified system time into universal date and time.</p>
+ </desc>
+ </func>
+
+ <func>
<name name="time_difference" arity="2"/>
<fsummary>Compute the difference between two times (deprecated).
</fsummary>