Improve timestamp queries
It would be nice if timestamp queries, e.g., FIND ENTITY WHICH WAS CREATED ON 2021-04-07
supported more possibilities to specify times and time ranges:
-
CREATED BEFORE/AFTER timestamp
or inequalities (#132 (closed)) -
instead of a timestamp, simplifications like
10 minutes ago
-
ranges, e.g., with
FROM timestamp1 TO timestamp2
- timezones in timestamps (see #55)?