1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/time
2021-08-10 14:34:53 +03:00
..
misc time: turn Time.unix to i64, so it can represent times before 1970-01-01, fix time operators, add more tests (#11050) 2021-08-04 13:12:02 +03:00
chrono.c.v time: move C backend specific code into .c.v files (#11125) 2021-08-10 14:34:53 +03:00
chrono.v time: move C backend specific code into .c.v files (#11125) 2021-08-10 14:34:53 +03:00
format.v
operator_test.v
operator.v time: turn Time.unix to i64, so it can represent times before 1970-01-01, fix time operators, add more tests (#11050) 2021-08-04 13:12:02 +03:00
parse_test.v
parse.c.v time: move C backend specific code into .c.v files (#11125) 2021-08-10 14:34:53 +03:00
private_test.v
stopwatch_test.v
stopwatch.v
time_addition_test.v time: turn Time.unix to i64, so it can represent times before 1970-01-01, fix time operators, add more tests (#11050) 2021-08-04 13:12:02 +03:00
time_darwin.c.v
time_format_test.v
time_linux.c.v
time_nix.c.v time: turn Time.unix to i64, so it can represent times before 1970-01-01, fix time operators, add more tests (#11050) 2021-08-04 13:12:02 +03:00
time_solaris.c.v
time_test.v time: turn Time.unix to i64, so it can represent times before 1970-01-01, fix time operators, add more tests (#11050) 2021-08-04 13:12:02 +03:00
time_windows.c.v time: turn Time.unix to i64, so it can represent times before 1970-01-01, fix time operators, add more tests (#11050) 2021-08-04 13:12:02 +03:00
time.c.v time: move C backend specific code into .c.v files (#11125) 2021-08-10 14:34:53 +03:00
time.v time: move C backend specific code into .c.v files (#11125) 2021-08-10 14:34:53 +03:00
unix.v time: turn Time.unix to i64, so it can represent times before 1970-01-01, fix time operators, add more tests (#11050) 2021-08-04 13:12:02 +03:00
Y2K38_test.v