mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Remove railsTimeLayout from ParseDateStringAsTime (#4333)
This commit is contained in:
@@ -37,7 +37,6 @@ func TestTimestamp(t *testing.T) {
|
||||
{"rfc3339", "2021-11-04T01:02:03Z", "2021-11-04T01:02:03Z"},
|
||||
{"date", "2021-04-05", "2021-04-05T00:00:00Z"},
|
||||
{"datetime", "2021-04-05 14:45:36", "2021-04-05T14:45:36Z"},
|
||||
{"datetime-tz", "2021-04-05 14:45:36 PDT", "2021-04-05T14:45:36Z"},
|
||||
}
|
||||
|
||||
for _, tc := range testCases {
|
||||
|
||||
Reference in New Issue
Block a user