I'm currently testing a Notebook server standard 10.8.1 and see some strange behavior on date fields in the spatial data frame.
I get a layer from my ArcGIS Enterprise:

I do a query with a geometry filter on that layer and specify the out fields

And from the result I get the spatial data frame:

Note that all dates in DATUM_AANLEG column are close to unix epoch time.
When I get feature with OBJECTID 17296550

and I convert the date manually, (javascript console new Date(1403748000000) ) I get Thu Jun 26 2014 04:00:00 GMT+0200 (Midden-Europese zomertijd), which is the correct date.
Clearly, something goes wrong when querying the service and converting the results to the spatial data frame. But I do not see where and how I can fix it.
Any ideas?