Fork me on GitHub
#rethinkdb
<
2016-11-26
>
thedavidmeister15:11:15

@apa512 something weird happened to me just now with times

thedavidmeister15:11:27

i did an insert with r/now

thedavidmeister15:11:56

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

thedavidmeister15:11:39

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

thedavidmeister15:11:58

i think it might be due to losing some millisecond precision

thedavidmeister15:11:21

this awkward juggling seems to have resolved the issue for me

thedavidmeister15:11:23

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

thedavidmeister15:11:47

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