Skip to content

Commit

Permalink
Increased metadata validity interval to 21 days for the Christmas and…
Browse files Browse the repository at this point in the history
… New Year holiday period.
  • Loading branch information
Alex Stuart authored and Alex Stuart committed Dec 19, 2013
1 parent fd8a182 commit bdd406c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdx/uk/final_tweak.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
This parameter determines the number of days between the aggregation instant and the
end of validity of the signed metadata.
-->
<xsl:param name="validityDays" select="14"/>
<xsl:param name="validityDays" select="21"/>

<xsl:variable name="now" select="date:date-time()"/>
<xsl:variable name="validUntil" select="mdxDates:dateAdd($now, $validityDays)"/>
Expand Down

0 comments on commit bdd406c

Please sign in to comment.