.. |
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 |
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
|
time: move C backend specific code into .c.v files (#11125)
|
2021-08-10 14:34:53 +03:00 |
format.v
|
log: avoid using string__plus memory leak (#11128)
|
2021-08-11 09:26:02 +03:00 |
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
|
vlib: remove many deprecated functions (#10972)
|
2021-07-28 09:22:19 +03:00 |
parse.c.v
|
time: move C backend specific code into .c.v files (#11125)
|
2021-08-10 14:34:53 +03:00 |
parse_test.v
|
fmt: smarter if condition wrapping (#8201)
|
2021-01-23 10:33:22 +02:00 |
private_test.v
|
time: v fmt (#7160)
|
2020-12-06 15:19:39 +01:00 |
stopwatch.v
|
all: update copyright to 2019-2021 (#8029)
|
2021-01-18 13:20:06 +01:00 |
stopwatch_test.v
|
parser: deprecate short struct init (#10842)
|
2021-07-20 11:17:08 +03:00 |
time.c.v
|
js: time module: implement utc,now,local (#11138)
|
2021-08-11 09:22:53 +03:00 |
time.js.v
|
js: time module: implement utc,now,local (#11138)
|
2021-08-11 09:22:53 +03:00 |
time.v
|
js: time module: implement utc,now,local (#11138)
|
2021-08-11 09:22:53 +03:00 |
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: 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 |
time_format_test.v
|
time: extend date str formats (#9543)
|
2021-04-01 13:04:59 +03:00 |
time_js.js.v
|
js: time module: implement utc,now,local (#11138)
|
2021-08-11 09:22:53 +03:00 |
time_linux.c.v
|
time: complete doc (#8070)
|
2021-01-13 16:30:54 +02:00 |
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: fix V compilation for solaris
|
2021-07-24 11:17:54 +03:00 |
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 |
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 |