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
ArcadeDB uses java.util.Date to manage dates. Recent versions of Java provide more powerful classes to manage dates (Timestamp, LocalDatetime, etc) that also support granularity higher than millisecond.