I came across a comment in some java code that states that getTime() needs to be called to update the Calendar object. Is this true? I cannot find
getTime()
Calendar
You could be hitting Bug ID 4851640
Calling get(...) / getTime() on a Calendar instance makes isSet(...) useless!