This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Description
Hi all,
just to report that I'm noticing that the transactions timestamps retrieved via api, don't match the actual timestamps on the app. For example, if you take the first transaction from this list (via CLI)
on macbook ~ took 12s
➜ n26 transactions
Output is limited to 5 entries.
Date Amount From To Message Recurring
----------------- ---------- ------ ---------- -------------- -----------
**01/25/22 07:29:28 -8.81 EUR You NATURASI' ATM Withdrawal**
01/24/22 14:28:44 -29.9 EUR You PAGOPA ATM Withdrawal
01/24/22 14:28:44 -9.99 EUR You SPOTIFY ATM Withdrawal
01/24/22 14:28:44 -73.1 EUR You PASCAL SRL ATM Withdrawal
01/24/22 14:28:44 -11.95 EUR You EXCELSA ATM Withdrawal
reports that the transaction was carried out on January 25 but in the app I get Saturday, January 22 (which is the correct date) :

Same example via API:
- id: ..
userId: ..
type: PT
amount: -8.81
currencyCode: EUR
originalAmount: -8.81
originalCurrency: EUR
exchangeRate: 1
merchantCity: ROMA
visibleTS: 1643092168637
mcc: 5499
mccGroup: 7
merchantName: NATURASI'
...
visibleTS is 1643092168637 which converted turns out to be Tuesday 25 January 2022 06:29:28.637
maybe something has changed on the API side ?
Thanks