mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-19 18:58:03 +02:00
add history parse
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package utils
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestTimeEpochFormat(t *testing.T) {
|
||||
dateAdded := int64(13220074277028707)
|
||||
s := TimeEpochFormat(dateAdded)
|
||||
fmt.Println(s)
|
||||
}
|
||||
Reference in New Issue
Block a user