RosettaCodeData/Task/System-time/LFE/system-time-3.lfe
2023-07-01 13:44:08 -04:00

4 lines
151 B
Text

> (calendar:now_to_universal_time (os:timestamp))
#(#(2015 2 13) #(0 13 51))
> (calendar:now_to_local_time (os:timestamp))
#(#(2015 2 12) #(16 14 26))