RosettaCodeData/Task/System-time/LFE/system-time-3.lfe

5 lines
151 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
> (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))