time: comment .local() in time_windows.c.v too
parent
8a8978fb01
commit
349eb95a28
|
@ -94,6 +94,7 @@ fn local_as_unix_time() int {
|
||||||
return make_unix_time(tm)
|
return make_unix_time(tm)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// local - return the time `t`, converted to the currently active local timezone
|
||||||
pub fn (t Time) local() Time {
|
pub fn (t Time) local() Time {
|
||||||
st_utc := SystemTime{
|
st_utc := SystemTime{
|
||||||
year: u16(t.year)
|
year: u16(t.year)
|
||||||
|
@ -190,6 +191,7 @@ pub fn solaris_now() Time {
|
||||||
return Time{}
|
return Time{}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// dummy to compile with all compilers
|
||||||
pub fn darwin_utc() Time {
|
pub fn darwin_utc() Time {
|
||||||
return Time{}
|
return Time{}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue