Nanoseconds lost coming from MongoDB ISODate Object
问题 I'm losing the nanoseconds from the MongoDb interface for the ISODate object. All the nanoseconds are set to zero when I read them in perl. First, my environment: MongoDB version: 1.8.2 perl v5.12.4 MongoDB perl module version: 0.701.4 I have a Mongo DB that has rtcTime coded as an ISODate, as follows: "rtcTime" : ISODate("2013-05-13T18:54:55.918Z") The code to extract the rtcTime looks something like this: my @results = $db->get_collection( 'timings' )->find( )->all(); foreach my $record (