diff --git a/kernel/av/value.go b/kernel/av/value.go index 9f7cbe4c0..593cce3d8 100644 --- a/kernel/av/value.go +++ b/kernel/av/value.go @@ -945,7 +945,7 @@ func GetAttributeViewDefaultValue(valueID, keyID, blockID string, typ KeyType) ( case KeyTypeNumber: ret.Number = &ValueNumber{} case KeyTypeDate: - ret.Date = &ValueDate{} + ret.Date = &ValueDate{IsNotTime: true} case KeyTypeSelect: ret.MSelect = []*ValueSelect{} case KeyTypeMSelect: