forked from free-lancers/electricity_bill_calc_service
fix(date):空日期改为2000年。
This commit is contained in:
@@ -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),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user