elixir-explorer / explorer

Series (one-dimensional) and dataframes (two-dimensional) for fast and elegant data exploration in Elixir
https://hexdocs.pm/explorer
MIT License
1.12k stars 123 forks source link

Encode millisecond precision #1024

Open billylanchantin opened 12 hours ago

billylanchantin commented 12 hours ago

Follow-up to: https://github.com/elixir-explorer/explorer/pull/1020.

Before we were always encoding microseconds like:

This PR changes that for when we have millisecond precision to:

It's still 6 digits, but rounded down to the nearest 1,000.