summaryrefslogtreecommitdiff
path: root/src/mongo/util/time_support.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-161-0/+17
* SERVER-5553 Remove a heap allocation from the log event encoder.Andy Schwerin2014-04-031-25/+65
* SERVER-11814 Fix overflow on 32 bit systemsShaun Verch2013-12-251-1/+1
* SERVER-11814 Add function to parse ISO Date to time utilsShaun Verch2013-12-241-0/+447
* SERVER-11203 Reverting changes to time support code to work with negative time_tShaun Verch2013-10-211-27/+2
* SERVER-6058 Factor out date to UTC handling code and use in mongoexportShaun Verch2013-10-111-2/+27
* SERVER-10202 added testing-only function getNextSleepMillis(). stabilized Bas...Benety Goh2013-10-101-3/+10
* SERVER-7965 Fix time_support and time_support_test windows build errors.Andy Schwerin2013-07-241-1/+26
* SERVER-7965 Move date/time types and functions from bson/util/misc.h to util/...Andy Schwerin2013-07-241-1/+50
* SERVER-7965 Introduce time formatting functions for ISO 8601 and Ctime; elimi...Andy Schwerin2013-07-241-21/+46
* SERVER-7700 Improve curTimeMicros64 resolution for WindowsTad Marshall2012-11-201-5/+77
* SERVER-6295 make time in log have millisecond precisionRandolph Tan2012-10-311-1/+21
* SERVER-6282 wait-doubling backoff for local mongos errors requiring config se...Greg Studer2012-07-301-0/+36
* SERVER-6449 - decide which BOSOT::TIME_UTC variant to use at compile timeEliot Horowitz2012-07-141-8/+8
* SERVER-6340 Use TIME_UTC_ rather than TIME_UTCMathias Stearn2012-07-101-8/+8
* Split mongo/util/time_support.h into a header and a cpp file.Andy Schwerin2012-05-101-0/+253