zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #18519
Re: [Merge] lp:~zorba-coders/zorba/bug924756-xsDateTimeStamp into lp:zorba
Review: Approve
Looks like modules/w3c/xpath_functions.xq already declares fn:current-dateTime() as xs:dateTimeStamp. While modules/w3c/xpath_functions.xq declares datetime:current-dateTime() as xs:dateTime.
Verified FOTS/xs-dateTimeStamp tests are passing.
Verified
import module namespace schema = "http://www.zorba-xquery.com/modules/schema";;
schema:schema-type( fn:current-dateTime() )
returns xs:dateTimeStamp.
--
https://code.launchpad.net/~zorba-coders/zorba/bug924756-xsDateTimeStamp/+merge/149901
Your team Zorba Coders is subscribed to branch lp:zorba.
References