Directory groovy/modules/gdata/src/main/org/codehaus/groovy/runtime/

Directory Created:
2006-04-23 10:39
Total Files:
1
Deleted Files:
0
Lines of Code:
138

Browse with ViewVC

[root]/groovy/modules/gdata/src/main/org/codehaus/groovy/runtime

Lines of Code

groovy/modules/gdata/src/main/org/codehaus/groovy/runtime/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
tug 9 (100.0%) 191 (100.0%) 21.2

Most Recent Commits

tug 2006-06-15 10:45

add some more time arithmetic support

14 lines of code changed in:

  • groovy/modules/gdata/src/main/org/codehaus/groovy/runtime: TimeCategory.java (+14 -5)
tug 2006-06-09 14:35

Add basic Date Duration arithmetic

31 lines of code changed in:

  • groovy/modules/gdata/src/main/org/codehaus/groovy/runtime: TimeCategory.java (+31)
tug 2006-06-06 14:42

Distinguish between Durations which are numbers of whole days and those which include fractions of days

34 lines of code changed in:

  • groovy/modules/gdata/src/main/org/codehaus/groovy/runtime: TimeCategory.java (+34 -33)
tug 2006-05-31 15:29

fix typo getSeconds -> getMilliSeconds

1 lines of code changed in:

  • groovy/modules/gdata/src/main/org/codehaus/groovy/runtime: TimeCategory.java (+1 -1)
tug 2006-04-25 11:07

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:

  • groovy/modules/gdata/src/main/org/codehaus/groovy/runtime: TimeCategory.java (+15 -7)
tug 2006-04-25 07:43

Add support for inserting events

0 lines of code changed in:

tug 2006-04-23 19:51

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:

  • groovy/modules/gdata/src/main/org/codehaus/groovy/runtime: TimeCategory.java (+3 -2)
tug 2006-04-23 13:04

Move the Duration classes into a non google related package

2 lines of code changed in:

  • groovy/modules/gdata/src/main/org/codehaus/groovy/runtime: TimeCategory.java (+2 -2)
tug 2006-04-23 10:39

Separate the code which will evantually go into DGM from the Google specific code

91 lines of code changed in:

  • groovy/modules/gdata/src/main/org/codehaus/groovy/runtime: TimeCategory.java (new 91)
Generated by StatSVN 0.3.2-SNAPSHOT