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
The TIME command only supports 4 and 7 arg timestamp constructions:
// Construct a time from a date and optional timezone or a
// date+time and optional timezone.
TIME = 136; // NUMBER, NUMBER, NUMBER, STRING -> PSEUDOTYPE(TIME) |
// NUMBER, NUMBER, NUMBER, NUMBER, NUMBER, NUMBER, STRING -> PSEUDOTYPE(TIME) |
We should only support 4 and 7 args when calling rethinkdb.query/time. Relates slightly to rethinkdb/rethinkdb#3248.
The text was updated successfully, but these errors were encountered:
The TIME command only supports 4 and 7 arg timestamp constructions:
We should only support 4 and 7 args when calling
rethinkdb.query/time
. Relates slightly to rethinkdb/rethinkdb#3248.The text was updated successfully, but these errors were encountered: