summaryrefslogtreecommitdiff
path: root/src/mongo/util/time_support_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-231-0/+13
* SERVER-13446 Add timegm Solaris implementation to third_partyShaun Verch2014-05-221-0/+424
* Revert "SERVER-13760 Do not call dateToISOString if date is not formatable"Shaun Verch2014-05-211-13/+0
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-211-0/+13
* Revert "SERVER-13446 Add timegm Solaris implementation to third_party"Matt Kangas2014-05-171-422/+0
* SERVER-13446 Add timegm Solaris implementation to third_partyShaun Verch2014-05-161-0/+422
* Revert "SERVER-13760 Do not call dateToISOString if date is not formatable"Andy Schwerin2014-05-161-4/+0
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-161-0/+4
* SERVER-5553 Remove a heap allocation from the log event encoder.Andy Schwerin2014-04-031-3/+45
* SERVER-11814 Add function to parse ISO Date to time utilsShaun Verch2013-12-241-0/+233
* SERVER-11203 Reverting changes to time support code to work with negative time_tShaun Verch2013-10-211-47/+0
* SERVER-6058 Fix time_support_test on systems with small time_tShaun Verch2013-10-121-2/+3
* SERVER-6058 Factor out date to UTC handling code and use in mongoexportShaun Verch2013-10-111-0/+46
* Fix SERVER-10332 for AndyMathias Stearn2013-07-251-1/+2
* SERVER-7965 Fix time_support_test for systems with small (signed, 32-bit) tim...Andy Schwerin2013-07-241-6/+12
* SERVER-7965 Fix time_support and time_support_test windows build errors.Andy Schwerin2013-07-241-1/+6
* SERVER-7965 Introduce time formatting functions for ISO 8601 and Ctime; elimi...Andy Schwerin2013-07-241-0/+80