1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

17 Commits

Author SHA1 Message Date
69fa87ad24 toml: add date and time checks (#12427) 2021-11-11 07:27:41 +02:00
23e679475c time: sanity check parsed date/times 2021-10-09 11:05:49 +03:00
8b61891348 fmt: smarter if condition wrapping (#8201) 2021-01-23 10:33:22 +02:00
52521554ce time: fix parse_iso8601 on windows (#7853) 2021-01-04 18:26:21 +02:00
13f16b4a82 time: rename to_local_time() to local(); time.offset() 2020-12-26 02:10:47 +01:00
6a74058190 time: make parse_iso8601 support a date only format (#7277) 2020-12-16 13:10:02 +02:00
591e523cf3 time: fix date parsing tests in winter for regions using DST (#7304) 2020-12-14 05:01:58 +01:00
df27a2b8d2 time: add test_parse_is8601_invalid (#7278) 2020-12-12 11:00:07 +01:00
5fec0d785a time: fix timezone problems of parse_iso8601 (#7272) 2020-12-12 09:19:03 +01:00
036e762446 time: make parse_iso8601 support format without microseconds (#7176) 2020-12-08 17:53:54 +01:00
b5982b638a time: fix typo in test (#7174) 2020-12-07 17:21:12 +01:00
0c50f0c9dc time: v fmt (#7160) 2020-12-06 15:19:39 +01:00
49a083fe79 time: improve parse_iso8601 (#7006) 2020-11-29 10:38:14 +02:00
2dc547a45c time: fix iso8601 parser and utc time 2020-06-10 11:14:55 +02:00
11b7b97311 parser: fail when assigning to _ with := 2020-06-08 00:47:04 +02:00
9c8769503f time: add microsecond precision to Time struct 2020-06-07 16:19:09 +03:00
65744207fc time: reorganize module 2020-02-06 14:19:44 +01:00