@@ -1094,6 +1094,7 @@ func unmarshalTimestamp(info TypeInfo, data []byte, value interface{}) error {
return nil
case *time.Time:
if len(data) == 0 {
+ *v = time.Time{}
}
x := decBigInt(data)