RosettaCodeData/Task/System-time/Phix/system-time.phix

8 lines
145 B
Text
Raw Permalink Normal View History

2026-02-01 16:33:20 -08:00
with javascript_semantics
include timedate.e
?format_timedate(date(),"Dddd, Mmmm dth, YYYY, h:mm:ss pm")
2023-07-01 11:58:00 -04:00
2026-02-01 16:33:20 -08:00
atom t0 = time()
sleep(0.9)
?time()-t0