Order by meta date with a thousanth of a second defaults to post order

Well, the answer was staring right at my tired face. After hours of hairpulling, I noticed I had used:

'orderby'   => 'meta_key'

I changed it to:

'orderby'   => 'meta_value'

fixed things right up… -_-‘