time: fix empty unix

pull/939/head
Alexander Medvednikov 2019-07-03 01:27:07 +02:00
parent 5c42a31b9b
commit 7a3b5c20dd
1 changed files with 1 additions and 1 deletions

View File

@ -64,8 +64,8 @@ pub fn convert_ctime(t tm) Time {
hour: t.tm_hour
minute: t.tm_min
second: t.tm_sec
uni: C.mktime(&t)
}
// uni = uni;
}
pub fn (t Time) format_ss() string {