sk_gm_server/library/time.go

8 lines
105 B
Go

package library
import "github.com/gogf/gf/os/gtime"
func GetNow() string {
return gtime.Datetime()
}