You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the initial PR for the precision on datetimes I didn't find seconds as a unit being discussed. I'm dealing with a lit of unix timestamps and doing {:datetime, :millisecond} feels wrong given I initially don't have that much precision. Are there any reasons not to support second precision?
The text was updated successfully, but these errors were encountered:
Ah, that's where the limitation is. It only supports the 3 precisions we have it seems. I was looking at the arrow docs, which were linked on #867 and it showed second as a unit.
Looking at the initial PR for the precision on datetimes I didn't find seconds as a unit being discussed. I'm dealing with a lit of unix timestamps and doing
{:datetime, :millisecond}
feels wrong given I initially don't have that much precision. Are there any reasons not to support second precision?The text was updated successfully, but these errors were encountered: