mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-04 05:26:51 -04:00
I2P string format
This commit is contained in:
@ -7,6 +7,6 @@ import (
|
||||
type Date [8]byte
|
||||
|
||||
func GoDate(date Date) time.Time {
|
||||
seconds := Integer(date[:]...)
|
||||
seconds := Integer(date[:])
|
||||
return time.Unix(0, int64(seconds*1000000))
|
||||
}
|
||||
|
Reference in New Issue
Block a user