|
@@ -152,6 +152,11 @@ func setTimeField(val string, structField reflect.StructField, value reflect.Val
|
|
|
if isUTC, _ := strconv.ParseBool(structField.Tag.Get("time_utc")); isUTC {
|
|
if isUTC, _ := strconv.ParseBool(structField.Tag.Get("time_utc")); isUTC {
|