Skip to content

Commit

Permalink
Reset metadata validity interval to 14 days after the Christmas vacat…
Browse files Browse the repository at this point in the history
…ion.
  • Loading branch information
Gary Gray authored and Gary Gray committed Jan 6, 2012
1 parent cf303cf commit 3641481
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 @@ -35,7 +35,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="21"/>
<xsl:param name="validityDays" select="14"/>

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

0 comments on commit 3641481

Please sign in to comment.