diff options
author | wei <> | 2006-08-30 08:35:39 +0000 |
---|---|---|
committer | wei <> | 2006-08-30 08:35:39 +0000 |
commit | adab65ab49f125b39bf819abe68b0790cbf394df (patch) | |
tree | 280c6f994e1341f3915f71805fbcf22e5b059e5d /.gitattributes | |
parent | da895b1c97234c9640d94bef0e2027b9fc8a6a66 (diff) |
Added TDateTimeStamp class for supporting time stamps outside 1970-2038 using float
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 49096f60..348868b6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1656,6 +1656,7 @@ tests/FunctionalTests/tickets/protected/pages/Ticket285.page -text tests/FunctionalTests/tickets/protected/pages/Ticket306.page -text tests/FunctionalTests/tickets/protected/pages/Ticket311.page -text tests/FunctionalTests/tickets/protected/pages/Ticket312.page -text +tests/FunctionalTests/tickets/protected/pages/Ticket351.page -text tests/FunctionalTests/tickets/protected/pages/Ticket54.page -text tests/FunctionalTests/tickets/protected/pages/Ticket54Master.php -text tests/FunctionalTests/tickets/protected/pages/Ticket54Master.tpl -text @@ -1743,6 +1744,7 @@ tests/unit/I18N/core/DateTimeFormatInfoTest.php -text tests/unit/I18N/core/NumberFormatInfoTest.php -text tests/unit/I18N/core/NumberFormatTest.php -text tests/unit/TComponentTest.php -text +tests/unit/Util/DateTimeStampTestCase.php -text tests/unit/Web/UI/WebControls/TDropDownListTest.php -text tests/unit/Web/UI/WebControls/TLabelTest.php -text tests/unit/Web/UI/WebControls/TRequiredFieldValidatorTest.php -text |