Skip to content

Commit

Permalink
Use valid dummy date pattern (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed May 27, 2022
1 parent 0fadc8d commit 0291693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/alma/common/describedBy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<combine name="endTime" value="${a}">
<choose name="a">
<data source="@createTime" name="a">
<regexp match="0" format="dummy"/>
<regexp match="0" format="0000-00-00T00:00:00"/>
</data>
<data name="a" source="@almaMmsId">
<timestamp format="yyyy-MM-dd'T'HH:mm:ss" timezone="Europe/Berlin"/>
Expand Down

0 comments on commit 0291693

Please sign in to comment.