zingolabs / zingolib_original

ZingoLib
MIT License
1 stars 1 forks source link

In the `cli`, the command `zecprice` has an obscure field (the unix epoch timestamp). #89

Open dannasessha opened 2 years ago

dannasessha commented 2 years ago

A small issue, but a field in the JSON output returned by running the zecprice command in the cli is "fetched_at", which appears to correspond to the unix epoch timestamp.

It would be nice to (additionally) output this in a human-readable format, even if defaulting to UTC.

This would require logic to read and interpret the output currently provided to the user.