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
Storing as an integer could work, but I think you'd want them stored as Rethink's native Time type. How does it work for you if you construct your dates with r#time() instead of new Date()?
Whenever I use
orderBy
with a date the results are never consistent.With this code:
You can run it multiple times and get different results:
Should the dates be stored as an integer?
The text was updated successfully, but these errors were encountered: