- ZeroTimeValue

This commit is contained in:
gazebo
2018-11-29 13:14:35 +08:00
parent fa92bb8a18
commit 8399f65215

View File

@@ -18,6 +18,7 @@ import (
var ( var (
DefaultTimeValue = Str2Time("1970-01-01 00:00:00") DefaultTimeValue = Str2Time("1970-01-01 00:00:00")
ZeroTimeValue = time.Time{}
) )
func GetConcretValue(value reflect.Value) reflect.Value { func GetConcretValue(value reflect.Value) reflect.Value {