sk_gm_server/library/time.go

8 lines
105 B
Go
Raw Normal View History

2023-03-20 13:38:28 +08:00
package library
import "github.com/gogf/gf/os/gtime"
func GetNow() string {
return gtime.Datetime()
}