summaryrefslogtreecommitdiff
path: root/date.py
Commit message (Collapse)AuthorAgeFilesLines
* fix name error introduced on backport from cwSylvain Th?nault2010-02-151-1/+1
|
* fix date_range implementation when using mx datetimeSylvain Th?nault2010-02-151-15/+16
|
* fix date_range(): broken use of argument incr + off-by-one mistakeNicolas Chauvat2010-02-111-2/+2
|
* bacport change set 4505:71ba2d0f34f2 from cw stable:Sylvain Th?nault2010-02-081-3/+3
| | | | use calendar.gmtime instead of time.mktime to avoid UTC/localtime issues with Flot
* also backport cw date_range implementationSylvain Th?nault2010-02-051-12/+24
|
* add missing importSylvain Th?nault2010-02-051-2/+2
|
* backport datetime functions from c wSylvain Th?nault2010-02-051-6/+77
|
* [date] add missing importAdrien Di Mascio2009-05-281-1/+2
|
* lgc.date should now be usable with either mx or pydatetime objectsAdrien Di Mascio2009-05-251-83/+142
|
* improve doc for better epydoc generation.Nicolas Chauvat2008-07-131-17/+7
|
* updated and fix testsAdrien Di Mascio2008-05-071-16/+14
|
* cant do end before startArthur Lutz2008-03-061-0/+1
|
* added counting of opendays between two datesArthur Lutz2008-03-061-1/+22
|
* little function that adds a number of days worked to a dateAdrien Di Mascio2008-01-311-1/+15
|
* date.py / unittest_date.py reorganizationAdrien Di Mascio2007-03-091-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 importAdrien Di Mascio2006-11-021-1/+1
|
* define common.date.endOfMonth to make it easier to count monthsNicolas Chauvat2006-08-151-8/+4
|
* french holidaysAdrien Di Mascio2006-07-271-0/+41
|
* added common.date.date_rangeNicolas Chauvat2006-06-231-0/+38