Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix name error introduced on backport from cw | Sylvain Th?nault | 2010-02-15 | 1 | -1/+1 |
| | |||||
* | fix date_range implementation when using mx datetime | Sylvain Th?nault | 2010-02-15 | 1 | -15/+16 |
| | |||||
* | fix date_range(): broken use of argument incr + off-by-one mistake | Nicolas Chauvat | 2010-02-11 | 1 | -2/+2 |
| | |||||
* | bacport change set 4505:71ba2d0f34f2 from cw stable: | Sylvain Th?nault | 2010-02-08 | 1 | -3/+3 |
| | | | | use calendar.gmtime instead of time.mktime to avoid UTC/localtime issues with Flot | ||||
* | also backport cw date_range implementation | Sylvain Th?nault | 2010-02-05 | 1 | -12/+24 |
| | |||||
* | add missing import | Sylvain Th?nault | 2010-02-05 | 1 | -2/+2 |
| | |||||
* | backport datetime functions from c w | Sylvain Th?nault | 2010-02-05 | 1 | -6/+77 |
| | |||||
* | [date] add missing import | Adrien Di Mascio | 2009-05-28 | 1 | -1/+2 |
| | |||||
* | lgc.date should now be usable with either mx or pydatetime objects | Adrien Di Mascio | 2009-05-25 | 1 | -83/+142 |
| | |||||
* | improve doc for better epydoc generation. | Nicolas Chauvat | 2008-07-13 | 1 | -17/+7 |
| | |||||
* | updated and fix tests | Adrien Di Mascio | 2008-05-07 | 1 | -16/+14 |
| | |||||
* | cant do end before start | Arthur Lutz | 2008-03-06 | 1 | -0/+1 |
| | |||||
* | added counting of opendays between two dates | Arthur Lutz | 2008-03-06 | 1 | -1/+22 |
| | |||||
* | little function that adds a number of days worked to a date | Adrien Di Mascio | 2008-01-31 | 1 | -1/+15 |
| | |||||
* | date.py / unittest_date.py reorganization | Adrien Di Mascio | 2007-03-09 | 1 | -45/+53 |
| | | | | | | | date_range is now available if mx.datetime is not installed with a default implementation using python's std datetime module updated tests accordingly | ||||
* | missing strptime import | Adrien Di Mascio | 2006-11-02 | 1 | -1/+1 |
| | |||||
* | define common.date.endOfMonth to make it easier to count months | Nicolas Chauvat | 2006-08-15 | 1 | -8/+4 |
| | |||||
* | french holidays | Adrien Di Mascio | 2006-07-27 | 1 | -0/+41 |
| | |||||
* | added common.date.date_range | Nicolas Chauvat | 2006-06-23 | 1 | -0/+38 |