migrate nkode-core
This commit is contained in:
7
utils/timestamp.go
Normal file
7
utils/timestamp.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package utils
|
||||
|
||||
import "time"
|
||||
|
||||
func TimeStamp() string {
|
||||
return time.Now().Format(time.RFC3339)
|
||||
}
|
||||
Reference in New Issue
Block a user