Skip to content

Commit

Permalink
Nexo changed the header from 'Date / Time' to 'Date / Time (UTC)'. Du…
Browse files Browse the repository at this point in the history
…e to the small change and experimental nature of the parser, commiting it as a breaking change
  • Loading branch information
VibeNL committed Jan 11, 2024
1 parent e85f7e5 commit 22d5f29
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Transaction,Type,Input Currency,Input Amount,Output Currency,Output Amount,USD Equivalent,Details,Date / Time
Transaction,Type,Input Currency,Input Amount,Output Currency,Output Amount,USD Equivalent,Details,Date / Time (UTC)
NXTyPxhiopNL3,Exchange,EURX,-150.00000000,USDC,161.90485771,$161.9,"approved / Exchange EURX to USD Coin",2023-08-25 14:44:46
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Transaction,Type,Input Currency,Input Amount,Output Currency,Output Amount,USD Equivalent,Details,Date / Time
Transaction,Type,Input Currency,Input Amount,Output Currency,Output Amount,USD Equivalent,Details,Date / Time (UTC)
NXTVDI4DJFWqB63pTcCuTpgc,Exchange,USDC,-200.00000000,BTC,0.00716057,$199.76,"approved / Exchange USD Coin to Bitcoin",2023-10-08 19:54:20
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Transaction,Type,Input Currency,Input Amount,Output Currency,Output Amount,USD Equivalent,Details,Date / Time
Transaction,Type,Input Currency,Input Amount,Output Currency,Output Amount,USD Equivalent,Details,Date / Time (UTC)
NXTM6EtqQukSs,Exchange Deposited On,EUR,150.00000000,EURX,150.00000000,$162.20249359,"approved / EUR to EURX",2023-08-25 14:44:44
NXTjmW5y307ah,Deposit To Exchange,EUR,150.00000000,EURX,150.00000000,$162.20249359,"approved / EUR Top Up",2023-08-25 14:44:44
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Transaction,Type,Input Currency,Input Amount,Output Currency,Output Amount,USD Equivalent,Details,Date / Time
Transaction,Type,Input Currency,Input Amount,Output Currency,Output Amount,USD Equivalent,Details,Date / Time (UTC)
NXT6MIn1vd9eRGVUzGMClmRsR,Interest,USDC,0.00184300,USDC,0.00184300,$0.00184294,"approved / USDC Interest Earned",2023-09-21 07:00:00
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Transaction,Type,Input Currency,Input Amount,Output Currency,Output Amount,USD Equivalent,Details,Date / Time
Transaction,Type,Input Currency,Input Amount,Output Currency,Output Amount,USD Equivalent,Details,Date / Time (UTC)
NXT2yQdOutpLLE1Lz51xXt6uW,Exchange Cashback,BTC,0.00000040,BTC,0.00000040,$0.01072444,"approved / 0.1 % on top of your Exchange transaction",2023-10-12 10:44:32
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Transaction,Type,Input Currency,Input Amount,Output Currency,Output Amount,USD Equivalent,Details,Date / Time
Transaction,Type,Input Currency,Input Amount,Output Currency,Output Amount,USD Equivalent,Details,Date / Time (UTC)
NXT6asbYnZqniNoTss0nyuIxM,Exchange Cashback,EURX,0.06548358,EURX,0.06548358,$0.069416,"approved / 0.1 % on top of your Exchange transaction",2023-10-08 20:05:12
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Transaction,Type,Input Currency,Input Amount,Output Currency,Output Amount,USD Equivalent,Details,Date / Time
Transaction,Type,Input Currency,Input Amount,Output Currency,Output Amount,USD Equivalent,Details,Date / Time (UTC)
NXTJXwdAl7oDx,Locking Term Deposit,BTC,-0.00445142,BTC,0.00445142,$115.89390996,"approved / Transfer from Savings Wallet to Term Wallet",2023-08-26 13:31:47
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Transaction,Type,Input Currency,Input Amount,Output Currency,Output Amount,USD Equivalent,Details,Date / Time
Transaction,Type,Input Currency,Input Amount,Output Currency,Output Amount,USD Equivalent,Details,Date / Time (UTC)
NXTk6FBYyxOqH,Referral Bonus,BTC,0.00096332,BTC,0.00096332,$24.99994125,"approved / Referral bonus",2023-08-25 16:43:55
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Transaction,Type,Input Currency,Input Amount,Output Currency,Output Amount,USD Equivalent,Details,Date / Time
Transaction,Type,Input Currency,Input Amount,Output Currency,Output Amount,USD Equivalent,Details,Date / Time (UTC)
NXTk6FBYyxOqH,Referral Bonus,BTC,0.00096332,BTC,0.00096332,$24.99994125,"pending / Referral bonus",2023-08-25 16:43:55
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Transaction,Type,Input Currency,Input Amount,Output Currency,Output Amount,USD Equivalent,Details,Date / Time
Transaction,Type,Input Currency,Input Amount,Output Currency,Output Amount,USD Equivalent,Details,Date / Time (UTC)
NXT2nBRTjakWQn7hRAXE1evul,Unlocking Term Deposit,BTC,0.00445142,BTC,0.00445142,$117.03156265,"approved / Transfer from Term Wallet to Savings Wallet",2023-09-26 07:00:00
2 changes: 1 addition & 1 deletion GhostfolioSidekick/FileImporter/Nexo/NexoRecord.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class NexoRecord
[Name("Details")]
public required string Details { get; set; }

[Name("Date / Time")]
[Name("Date / Time (UTC)")]
[Format("yyyy-MM-dd HH:mm:ss")]
public DateTime DateTime { get; set; }

Expand Down

0 comments on commit 22d5f29

Please sign in to comment.