mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-17 04:11:24 +01:00
Merge pull request #9381 from beautytiger/dev-191011-fixtime
fix wrong time parse by wrong year representation
This commit is contained in:
commit
e0901410e1
@ -185,8 +185,8 @@ func TestExecutionFill(t *testing.T) {
|
|||||||
StartTime: time.Now(),
|
StartTime: time.Now(),
|
||||||
}
|
}
|
||||||
executionID, _ := AddExecution(execution)
|
executionID, _ := AddExecution(execution)
|
||||||
et1, _ := time.Parse("2016-01-02 15:04:05", "2019-03-21 08:01:01")
|
et1, _ := time.Parse("2006-01-02 15:04:05", "2019-03-21 08:01:01")
|
||||||
et2, _ := time.Parse("2016-01-02 15:04:05", "2019-04-01 10:11:53")
|
et2, _ := time.Parse("2006-01-02 15:04:05", "2019-04-01 10:11:53")
|
||||||
task1 := &models.Task{
|
task1 := &models.Task{
|
||||||
ID: 20191,
|
ID: 20191,
|
||||||
ExecutionID: executionID,
|
ExecutionID: executionID,
|
||||||
|
Loading…
Reference in New Issue
Block a user