Skip to content

Commit

Permalink
Update lib/stdlib/src/calendar.erl
Browse files Browse the repository at this point in the history
Co-authored-by: John Högberg <[email protected]>
  • Loading branch information
MarkoMin and jhogberg authored Feb 21, 2025
1 parent eadf47e commit 9b34810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stdlib/src/calendar.erl
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ universal_time() ->
erlang:universaltime().

-doc(#{equiv => universal_time_to_system_time(LocalTime, [])}).
-doc(#{since => <<"OTP 28.0">>}).
-doc(#{since => <<"OTP @OTP-19505@">>}).
-spec universal_time_to_system_time(datetime()) -> integer().
universal_time_to_system_time(UniversalTime) ->
universal_time_to_system_time(UniversalTime, []).
Expand Down

0 comments on commit 9b34810

Please sign in to comment.