codenotary / immudb-webconsole

An embedded console for immudb
Apache License 2.0
8 stars 3 forks source link

Fix timestamp from nanoseconds to microseconds #10

Closed JoelRocaMartinez closed 2 years ago

JoelRocaMartinez commented 2 years ago

Hi there codenotary team,

This PR fixes a collateral issue that is related to this PR -> https://github.com/codenotary/immudb/pull/1045. As mentioned in that PR, a modification in the code is necessary to correctly display the timestamps (src/components/query/output/grid/Table.vue, line 93) and hence the parameters in the printDate function need an adjustment in order to return microseconds instead of nanoseconds.

JoelRocaMartinez commented 2 years ago

You are welcome! Sorry about the commits mess!

Hextar commented 2 years ago

Yeah, I saw it also container the Boolean fix but it didn't conflicted so don't worry