LiskArchive / lisk-elements

⚙️ Library for sending Lisk transactions from the client or server
https://lisk.io/
GNU General Public License v3.0
250 stars 64 forks source link

Fix receivedAt to use iso date format as input and store as date - Closes #1156 #1159

Closed shuse2 closed 5 years ago

shuse2 commented 5 years ago

What was the problem?

property receivedAt did not have matching property input/output

How did I fix it?

receivedAt takes in valid string format of date, and outputs ISODateFormat. internally it stores Date object

How to test it?

npm t

Review checklist