rethinkdb

2016-11-26T15:19:15.000532Z

@apa512 something weird happened to me just now with times

2016-11-26T15:19:27.000533Z

i did an insert with r/now

2016-11-26T15:19:56.000534Z

then another insert with the time returned from the change report from that first insert

2016-11-26T15:20:39.000535Z

but when i sort descending using the second time, after it is inserted, i do not get entries back in the order the first entries were added

2016-11-26T15:20:58.000536Z

i think it might be due to losing some millisecond precision

2016-11-26T15:21:21.000537Z

this awkward juggling seems to have resolved the issue for me

2016-11-26T15:21:23.000538Z

:stamp (r/iso8601 (clj-time.format/unparse (clj-time.format/formatters :date-time) (:created project)))}

2016-11-26T15:21:47.000539Z

but honestly i was hoping to simply do :stamp (:created project)