Loading TOC...

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
 

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.