MarkLogic 10 Product Documentation
xdmp.timestampToWallclockxdmp.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: Get the most useful answers to questions from the MarkLogic community, or ask your own question.