Hello,
I am observing a memory leak when calling erlang:localtime/1.
I am calling (from Elixir)
:erlang.localtime("CET-1CEST,M3.5.0,M10.5.0/3")
periodically and (to get a steep free memory curve) several times over.
I can not detect any leak when calling erlang:localtime/0.
This happens on an ESP32.