This commit is contained in:
Pijus Kamandulis
2025-05-27 21:29:23 +03:00
parent dfe65255fc
commit 5bfa8422ca
7 changed files with 38 additions and 38 deletions

View File

@@ -43,4 +43,4 @@ func (s *ShareLog) ParseCreateDate() (time.Time, error) {
return time.Time{}, err
}
return time.Unix(sec, nsec), nil
}
}