Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AKTIN
dwh-import
Commits
eeb53ca5
Commit
eeb53ca5
authored
Nov 27, 2017
by
Volker Thiemann
Browse files
add timezone comment
parent
a52f518c
Changes
1
Hide whitespace changes
Inline
Side-by-side
cda-import/src/main/resources/cda-eav/1.2.276.0.76.10.1019.xsl
View file @
eeb53ca5
...
...
@@ -1167,6 +1167,9 @@
<xsl:function
name=
"func:ConvertDateTime"
>
<xsl:param
name=
"DateTimeString"
></xsl:param>
<xsl:if
test=
"$DateTimeString"
>
<!-- YYYYMMDDhhmmss.SSS±ZZzz ToDo: Timezone -->
<!-- [0-9]{1,8} | ( [0-9]{9,14} | [0-9]{14,14}\.[0-9]+ )
([+\-][0-9]{1,4})? -->
<xsl:choose>
<xsl:when
test=
"string-length($DateTimeString) = 4"
><xsl:value-of
select=
"$DateTimeString"
/></xsl:when>
<xsl:when
test=
"string-length($DateTimeString) = 6"
><xsl:value-of
select=
"substring($DateTimeString,1,4)"
/>
-
<xsl:value-of
select=
"substring($DateTimeString,5,2)"
/></xsl:when>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment