xdmp.timestampToWallclock

xdmp.timestampToWallclock(
   timestamp as (Number|String)
) as Date

Summary

Converts a 64 bit timestamp value to an xs:dateTime.

Parameters
timestamp The timestamp.

Example

xdmp.timestampToWallclock(9476208600000000);
=> 2000-01-11T12:01:00
 
Powered by MarkLogic Server | Terms of Use | Privacy Policy