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
For example, the expression `from: "now/d", until: "now/d"` in ElasticSearch
will be translate into starts from 00:00:00 and ends at 23:59:59. There is
not way to distinguish these two case, so add another argument `roundDown` to
specified the method when rounding date, default value is True, which means 'floor'.
0 commit comments