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

time: update doc comments (#18947)

This commit is contained in:
Turiiya
2023-07-22 20:30:36 +02:00
committed by GitHub
parent 41f99c1abf
commit ac0ae1966a
8 changed files with 21 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
module time
// parse returns time from a date string.
// parse returns the time from a date string.
//
// TODO(playX): JS Date expects iso8061 format of strings and other formats
// are implementation dependent, we probably want to implement parsing in JS.