v/vlib/time
Larpon 5541ec8670
vlib: add toml module + tests (#11964)
2021-09-24 21:13:52 +03:00
..
misc
Y2K38_test.v time: fix `time.parse_iso8601(2037-07-23)?.add_days(181).str() == "1901-12-13 17:31:44"` 2021-07-06 18:54:33 +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
format.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
operator_test.v
parse.c.v vlib: add toml module + tests (#11964) 2021-09-24 21:13:52 +03:00
parse.js.v
parse_test.v
private_test.v time: v fmt (#7160) 2020-12-06 15:19:39 +01:00
stopwatch.v
stopwatch_test.v
time.c.v
time.js.v
time.v
time_addition_test.v
time_darwin.c.v
time_format_test.v
time_js.js.v
time_linux.c.v
time_nix.c.v time: use `&C.time_t` instead of `&time_t` in C fn declaration (#11232) 2021-08-18 17:05:43 +03:00
time_solaris.c.v
time_test.v fmt: fix unnecessary line break in array init (fix #11448) (#11562) 2021-09-21 16:20:09 +03:00
time_windows.c.v
unix.v