diff options
author | Hans Bolinder <[email protected]> | 2018-02-22 13:33:40 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2018-04-21 20:58:03 +0200 |
commit | 83515e39e7c321910082fa3ef8a06a659c51f70a (patch) | |
tree | 00523177e0474c43b5e4492449523a16adfff1ff /lib/stdlib/doc | |
parent | 98cd99ef1eaf32822404daced985258ac4973e14 (diff) | |
download | otp-83515e39e7c321910082fa3ef8a06a659c51f70a.tar.gz otp-83515e39e7c321910082fa3ef8a06a659c51f70a.tar.bz2 otp-83515e39e7c321910082fa3ef8a06a659c51f70a.zip |
stdlib: Add system time functions to module calendar
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r-- | lib/stdlib/doc/src/calendar.xml | 18 |
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> |