Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Move mktime/gmmktime related tests from ext/standard to ext/date. | Derick Rethans | 2005-07-03 | 1 | -67/+0 |
| | |||||
* | - Fixed bug #30096 (gmmktime does not return the corrent time). | Derick Rethans | 2005-07-03 | 1 | -0/+2 |
| | | | | | | | - Re-implemented mktime and gmmktime with new date time library. - Added testcase for bug #30096, updated test cases for E_STRICT warning of is_dst parameter usage for mktime/gmmktime. | ||||
* | - Reimplemented date and gmdate with new timelib code. | Derick Rethans | 2005-06-30 | 1 | -4/+4 |
| | | | | | | | | - Removed old date/gmdate implementations. - Moved date() related testcases to ext/date/tests. - Implemented bug #33452. - Fixed testcase for bug #27719 - there is no timezone called "EST5DST". | ||||
* | Make time tests more robust against differences in implementation | Ard Biesheuvel | 2004-03-31 | 1 | -3/+3 |
| | | | | | # FreeBSD mktime() returns -1 if is_dst==1 and no DST timezone is set | ||||
* | Removed extra spaces that cause the test to fail. | Ilia Alshanetsky | 2004-03-29 | 1 | -4/+4 |
| | |||||
* | MFB test case for bug #27719 and improve comments in this tricky DST code | Rasmus Lerdorf | 2004-03-28 | 1 | -0/+65 |