Version 8.2.2
 —  XQuery 4 Reference Guide  —

fn:current-time

Return current time.


Syntax

fn:current-time() => xs:time

Top of page

Description

This function returns the current time corresponding to the current date and time. The result is a value of type xs:time that contains the time together with timezone information.

Top of page

Examples

Top of page