diff options
author | Hans Bolinder <[email protected]> | 2019-02-19 09:25:16 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2019-02-20 10:45:39 +0100 |
commit | 0561700c3d4a9339bf4da587d335d3c08b9d9e6f (patch) | |
tree | 95af15dd663b1d25b69d2306bdec99e95a8e7c07 /lib/stdlib/test | |
parent | c14e3dcce779feb3ef254a08acedae60108ad3ac (diff) | |
download | otp-0561700c3d4a9339bf4da587d335d3c08b9d9e6f.tar.gz otp-0561700c3d4a9339bf4da587d335d3c08b9d9e6f.tar.bz2 otp-0561700c3d4a9339bf4da587d335d3c08b9d9e6f.zip |
stdlib: Optimize calendar:system_time_to_rfc3339()
Not using io_lib for formatting makes the conversion several times
faster.
Diffstat (limited to 'lib/stdlib/test')
-rw-r--r-- | lib/stdlib/test/calendar_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/test/calendar_SUITE.erl b/lib/stdlib/test/calendar_SUITE.erl index c6d9dbca4a..224c0d5625 100644 --- a/lib/stdlib/test/calendar_SUITE.erl +++ b/lib/stdlib/test/calendar_SUITE.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1997-2018. All Rights Reserved. +%% Copyright Ericsson AB 1997-2019. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. |