aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang-runtime17/files/patch-lib_stdlib_src_calendar.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lang/erlang-runtime17/files/patch-lib_stdlib_src_calendar.erl')
-rw-r--r--lang/erlang-runtime17/files/patch-lib_stdlib_src_calendar.erl8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/erlang-runtime17/files/patch-lib_stdlib_src_calendar.erl b/lang/erlang-runtime17/files/patch-lib_stdlib_src_calendar.erl
index 0af0683acb27..34b753d85b27 100644
--- a/lang/erlang-runtime17/files/patch-lib_stdlib_src_calendar.erl
+++ b/lang/erlang-runtime17/files/patch-lib_stdlib_src_calendar.erl
@@ -1,8 +1,8 @@
---- lib/stdlib/src/calendar.erl.orig
+--- lib/stdlib/src/calendar.erl.orig 2015-03-31 12:32:52 UTC
+++ lib/stdlib/src/calendar.erl
-@@ -215,11 +215,19 @@
-
- -spec local_time_to_universal_time_dst(t_datetime1970()) -> [t_datetime1970()].
+@@ -279,11 +279,19 @@ local_time_to_universal_time(DateTime, I
+ DateTime1 :: datetime1970(),
+ DateTime :: datetime1970().
local_time_to_universal_time_dst(DateTime) ->
- UtDst = erlang:localtime_to_universaltime(DateTime, true),
- Ut = erlang:localtime_to_universaltime(DateTime, false),