fix(date):空日期改为2000年。
This commit is contained in:
parent
efc0a605b7
commit
d7f3e0f096
|
@ -29,7 +29,7 @@ func NewEmptyDate() Date {
|
|||
panic(err)
|
||||
}
|
||||
return Date{
|
||||
Time: time.Date(0, 1, 1, 0, 0, 0, 0, loc),
|
||||
Time: time.Date(2000, 1, 1, 0, 0, 0, 0, loc),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user