Skip to content

Commit

Permalink
Increased validityDays value to 21 - increasing the metadata signing …
Browse files Browse the repository at this point in the history
…validity interval for the Christmas holiday period.
  • Loading branch information
Sara Hopkins authored and Sara Hopkins committed Dec 21, 2011
1 parent 4e0aca9 commit cf303cf
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="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 cf303cf

Please sign in to comment.