RosettaCodeData/Task/System-time/Crystal/system-time.cr

9 lines
150 B
Crystal
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
# current time in system's time zone:
Time.local
# current time in UTC
Time.utc
# monotonic time (useful for measuring elapsed time)
Time.monotonic