Closed rgubby closed 8 years ago
When creating new UTCDateTime objects for storing the created, updated and other date formats, we're losing the precision beyond milliseconds.
UTCDateTime
This is because we have a bracket in the wrong place and we're multiplying after rounding rather than before.
When creating new
UTCDateTime
objects for storing the created, updated and other date formats, we're losing the precision beyond milliseconds.This is because we have a bracket in the wrong place and we're multiplying after rounding rather than before.