mirror of
https://github.com/vlang/v.git
synced 2025-09-16 07:52:32 +03:00
docs: check vlib/time too in the report-missing-dots-in-doc-comments job
This commit is contained in:
parent
8578fd477a
commit
ae0937c83e
9 changed files with 19 additions and 19 deletions
|
@ -99,7 +99,7 @@ fn local_as_unix_time() i64 {
|
|||
return make_unix_time(*tm)
|
||||
}
|
||||
|
||||
// local - return the time `t`, converted to the currently active local timezone
|
||||
// local - return the time `t`, converted to the currently active local timezone.
|
||||
pub fn (t Time) local() Time {
|
||||
if t.is_local {
|
||||
return t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue