Temporal Functions

This family documents the live Cypher function surface in this category, including both overview pages and one-page-per-function references where the runtime exposes distinct callable names.

Nexyron's canonical temporal value in Cypher is an i64 epoch-millisecond integer. timestamp(), currenttimestamp(), current_timestamp(), now(), datetime(...), toDateTime(...), date conversions, buckets, truncation, and temporal procedure bounds all use that same millisecond scalar contract. time(...) returns milliseconds since midnight, and fixed-width duration(...) values return integer milliseconds. Calendar-relative durations with months or years are not converted to a scalar duration because their exact width depends on the anchor date.

Pages: