SmartClient Version: v8.3p_2013-06-22/PowerEdition Deployment (built 2013-06-22)
while testing the RESTHandler, I noticed that, during an add request, if I specify a datetime with a time zone offset, as specified in the docs ie "2006-01-10T12:22:04-04:00", the date is saved as '2006-01-10' only.
And in my DMI which implements the add operation, actually the server side java.util.Date object has 00:00:00 time part.
while testing the RESTHandler, I noticed that, during an add request, if I specify a datetime with a time zone offset, as specified in the docs ie "2006-01-10T12:22:04-04:00", the date is saved as '2006-01-10' only.
And in my DMI which implements the add operation, actually the server side java.util.Date object has 00:00:00 time part.
Comment