Want to know if there is any change in getDate method of DateTimeValue java class.
Observed below:
In SP4:
if DateTimeValue is "02/24/2015 07:43:11" then
((DateTimeValue) value).getDate() is resulting in "Tue Feb 24 07:43:11 PST 2015" (Same time but just adding timezone of server)
In SP12
if DateTimeValue is "02/24/2015 07:43:11" then
((DateTimeValue) value).getDate() is resulting in "Mon Feb 23 23:43:11 PST 2015"(converted time to the timezone of server ie PST)