time

time

[code=golang]
import "time"
time.Now().Unix()
[/code]