Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CA-398128: Be wary that dates in database lose precision (#6004)
Dates converted from unix timestamps have subsecond precision, but dates serialized in the database do not. This is a change in behaviour introduced in 233b96b This fix was supposed to be included in the change, but got lost. No other users were found that hit this change in behaviour. Fixes the test about VMs pending guidances being removed when not needed, job 411209
- Loading branch information