1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
2022-05-15 10:55:24 +03:00
..
2022-05-11 16:55:19 +03:00
2020-12-06 15:19:39 +01:00
2022-05-01 10:47:05 +03:00
2022-01-04 12:21:12 +03:00
2021-01-13 16:30:54 +02:00
2022-05-11 16:55:19 +03:00

Description:

time provides utilities for working with time and dates:

  • parsing of time values expressed in one of the commonly used standard time/date formats
  • formatting of time values
  • arithmetic over times/durations
  • converting between local time and UTC (timezone support)
  • stop watches for accurately measuring time durations
  • sleeping for a period of time

Examples:

import time

println(time.now())