I\'m trying to make a deep copy of an object, including a GregorianCalendar instance. I\'m always wary of using clone() and it doesn\'t seem to hav
GregorianCalendar
clone()
Uh, clone() sucks.
Is it that hard? You only have to set 3 things, I believe, the time, the time zone, and the locale. All those fields have getters and setters. Make a quite utility method to return a copy?