[root]/groovy/modules/gdata/src/main/org/codehaus/groovy/runtime
add some more time arithmetic support
14 lines of code changed in:
Add basic Date Duration arithmetic
31 lines of code changed in:
Distinguish between Durations which are numbers of whole days and those which include fractions of days
34 lines of code changed in:
fix typo getSeconds -> getMilliSeconds
1 lines of code changed in:
Make time arithmetic work better when the addition or subtraction takes the time over the daylight saving time boundry
15 lines of code changed in:
Add support for inserting events
0 lines of code changed in:
add from.today
from now adds the duartion to the current time
from.today adds it to the current day (i.e. hours, minutes, seconds, millis are all 0)
3 lines of code changed in:
Move the Duration classes into a non google related package
2 lines of code changed in:
Separate the code which will evantually go into DGM from the Google specific code
91 lines of code changed in: