Study - Date of Birth (old Date) seems to get corrupted

LabKey Support Forum (Inactive)
Study - Date of Birth (old Date) seems to get corrupted Jason Feingold  2016-11-10 11:33
Status: Closed
 
We track date of birth for our patients. This can often be an old date. For example, 10/04/1939

It seems that each time we save the patient demographics record (a study data set). the date of birth is being pushed back by the offset between PST and GMT.

here is what I've been able to track-down. But not quite sure how to fix it.

User Interface -> 10/04/1939
Postback Data -> 1939-10-04T07:00:00.000Z


AbstractQueryUpdateService.java, line 510 "row = coerceTypes(row);"
Before Callto coerceTypes: "1939-10-04T07:00:00.000Z"
After Call to coerceTypes: "Tue Oct 03 23:00:00 PST 1939" <=== This is a problem


It seems to happen to dates that are older than about 1941.
 
 
Jon (LabKey DevOps) responded:  2016-11-10 13:19
Hi Jason,

Is this just happening in a regular study or is this from something derived from a custom module?

If it is a study, is it possible for you to send us a study archive to support@labkey.org so we can look at it?

Regards,

Jon