docs: check vlib/time too in the report-missing-dots-in-doc-comments job

This commit is contained in:
Delyan Angelov 2025-07-21 18:43:40 +03:00
parent 8578fd477a
commit ae0937c83e
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
9 changed files with 19 additions and 19 deletions

View file

@ -1,7 +1,6 @@
module time
// portable_timegm does the same as C._mkgmtime, but unlike it,
// can work with dates before the Unix epoch of 1970-01-01 .
// portable_timegm does the same as C._mkgmtime, but unlike it, can work with dates before the Unix epoch of 1970-01-01 .
pub fn portable_timegm(t &C.tm) i64 {
mut year := t.tm_year + 1900
mut month := t.tm_mon // 0-11