they way 4D - JSON date conversion works is that you get back what to put in, so you need not care what the internal storage looks like.
18/05/2018! (implied midnight local time) may be stored as the day before in stringify'd UTC, but when you read the date back in 4D language (OB Get) you get the original date. that said, in your case, it seems like you need to configure the "Dates inside objects" database parameter to suit your needs. http://doc.4d.com/4Dv17/4D/17/SET-DATABASE-PARAMETER.301-3730407.en.html > 2018/10/09 21:13、Douglas Cryer via 4D_Tech <[email protected]>のメール: > I am sure that 4D is trying to be very clever but I just don't get it and I > am hoping that someone can tell me what I am missing and how to fix this > other than rolling my own version of Selection to JSON... ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

