8 lines
150 B
Crystal
8 lines
150 B
Crystal
# current time in system's time zone:
|
|
Time.local
|
|
|
|
# current time in UTC
|
|
Time.utc
|
|
|
|
# monotonic time (useful for measuring elapsed time)
|
|
Time.monotonic
|