aragon / court-subgraph

Aragon Court subgraph
GNU General Public License v3.0
13 stars 7 forks source link

Convert all time to ms? #66

Open sohkai opened 4 years ago

sohkai commented 4 years ago

Currently the subgraph reports time values in seconds.

While this mirrors the EVM-context, it may not make that much sense for consumers of the subgraph, who almost always have to adjust the time to milliseconds to use/display the dates.

(See https://github.com/aragon/court-dashboard/pull/366#discussion_r437352508).