Feature/harmonize date formats in import test files (#3910)

* Harmonize date formats
This commit is contained in:
Thomas Kaul
2024-11-06 18:09:44 +01:00
committed by GitHub
parent 9c27fb70aa
commit 04d5416c6d
5 changed files with 14 additions and 14 deletions

View File

@ -23,7 +23,7 @@
"unitPrice": 0,
"currency": "USD",
"dataSource": "YAHOO",
"date": "2050-06-05T22:00:00.000Z",
"date": "2050-06-06T00:00:00.000Z",
"symbol": "US5949181045"
},
{
@ -35,7 +35,7 @@
"unitPrice": 500000,
"currency": "USD",
"dataSource": "MANUAL",
"date": "2021-12-31T22:00:00.000Z",
"date": "2022-01-01T00:00:00.000Z",
"symbol": "Penthouse Apartment"
},
{
@ -47,7 +47,7 @@
"unitPrice": 0.62,
"currency": "USD",
"dataSource": "YAHOO",
"date": "2021-11-16T22:00:00.000Z",
"date": "2021-11-17T00:00:00.000Z",
"symbol": "MSFT"
},
{
@ -59,7 +59,7 @@
"unitPrice": 298.58,
"currency": "USD",
"dataSource": "YAHOO",
"date": "2021-09-15T22:00:00.000Z",
"date": "2021-09-16T00:00:00.000Z",
"symbol": "MSFT"
},
{
@ -71,7 +71,7 @@
"unitPrice": 0,
"currency": "USD",
"dataSource": "MANUAL",
"date": "2021-08-31T22:00:00.000Z",
"date": "2021-09-01T00:00:00.000Z",
"symbol": "Account Opening Fee"
}
]