v/vlib/time
Swastik Baranwal 8f4238e76a
time: use operator overloading for `>=` and `<=` (#8009)
2021-01-10 21:05:05 +01:00
..
misc
format.v
operator.v time: use operator overloading for `>=` and `<=` (#8009) 2021-01-10 21:05:05 +01:00
operator_test.v time: use operator overloading for `>=` and `<=` (#8009) 2021-01-10 21:05:05 +01:00
parse.v time: fix parse_iso8601 on windows (#7853) 2021-01-04 18:26:21 +02:00
parse_test.v time: fix parse_iso8601 on windows (#7853) 2021-01-04 18:26:21 +02:00
private_test.v
stopwatch.v
stopwatch_test.v
time.v time: rename to_local_time() to local(); time.offset() 2020-12-26 02:10:47 +01:00
time_darwin.c.v
time_format_test.v
time_linux.c.v
time_nix.c.v time: rename to_local_time() to local(); time.offset() 2020-12-26 02:10:47 +01:00
time_solaris.c.v clipboard: add a `clipboard.x11` submodule, use it by default; add a `clipboard.dummy` for solaris 2020-12-25 19:34:21 +02:00
time_test.v time: move - operator to operator.v (#7433) 2020-12-21 09:28:00 +01:00
time_windows.c.v time: rename to_local_time() to local(); time.offset() 2020-12-26 02:10:47 +01:00
unix.v