Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.
This repository was archived by the owner on May 24, 2022. It is now read-only.

ISODate display is incorrect for microseconds .001 - .099 #124

@maihde

Description

@maihde

Steps to reproduce:

  1. Insert records into collection where ISODate has microseconds value between .001 - 0.099. For example:

insert({"date": ISODate("2016-06-04T23:25:00.023")})

  1. View in RockMongo

Observed Behaviour:

  • The value is displayed incorrectly, truncating the microseconds

"date": ISODate("2016-06-04T23:25:00.23Z")

The fix requires an change to use sprintf in the VarExporter.php file. A pull request will be provided with that includes the fix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions