summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/calendar_SUITE.erl
diff options
context:
space:
mode:
authorHans Bolinder <hasse@erlang.org>2019-02-19 09:25:16 +0100
committerHans Bolinder <hasse@erlang.org>2019-02-20 10:45:39 +0100
commit0561700c3d4a9339bf4da587d335d3c08b9d9e6f (patch)
tree95af15dd663b1d25b69d2306bdec99e95a8e7c07 /lib/stdlib/test/calendar_SUITE.erl
parentc14e3dcce779feb3ef254a08acedae60108ad3ac (diff)
downloaderlang-0561700c3d4a9339bf4da587d335d3c08b9d9e6f.tar.gz
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/calendar_SUITE.erl')
-rw-r--r--lib/stdlib/test/calendar_SUITE.erl2
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.