We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@mstevan test-set: format-dateTime.xml, format-time.xml test-cases: format-dateTime-002h, format-time-002h
@team Seems that format-dateTime and format-time do not support precision smaller than seconds
Input: format-dateTime(dateTime("2003-09-07T09:15:06.456"),"[H]:[m]:[s].[f1,1-1]")
Output: ⚠️ ️️here was an error. Code: [FOFD1350] (this code can be looked up in the documentation and specifications). Location information: file:/Users/mstevan/Documents/:LINE:1:COLUMN:0: "[H]:[m]:[s].[f1,1-1]": a component specifier refers to components that are not available in the dateTime type
Expected output: 9:15:06.4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@mstevan
test-set: format-dateTime.xml, format-time.xml
test-cases: format-dateTime-002h, format-time-002h
@team
Seems that format-dateTime and format-time do not support precision smaller than seconds
Input:
format-dateTime(dateTime("2003-09-07T09:15:06.456"),"[H]:[m]:[s].[f1,1-1]")
Output:
⚠️ ️️here was an error.
Code: [FOFD1350] (this code can be looked up in the documentation and specifications).
Location information: file:/Users/mstevan/Documents/:LINE:1:COLUMN:0:
"[H]:[m]:[s].[f1,1-1]": a component specifier refers to components that are not available in the dateTime type
Expected output:
9:15:06.4
The text was updated successfully, but these errors were encountered: