RosettaCodeData/Task/System-time/LFE/system-time-3.lfe
2016-12-05 23:44:36 +01: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))