Tm constructor
Tm({})
Creates a new Tm structure.
Implementation
Tm({
this.tm_sec = 0,
this.tm_min = 0,
this.tm_hour = 0,
this.tm_mday = 1,
this.tm_mon = 0,
this.tm_year = 0,
this.tm_wday = 0,
this.tm_yday = 0,
this.tm_isdst = -1,
});