Use RFC 2822 date format for last updated time in alert pages

This commit is contained in:
Saivann 2013-08-12 13:19:09 -04:00
parent cec769bd04
commit 045e03e3f1
7 changed files with 8 additions and 7 deletions

View file

@ -89,7 +89,7 @@ A chain fork is happening. Please stop mining on bitcoin version 0.8.0. Your bit
More information will follow. More information will follow.
</p> </p>
<div style="text-align:right"> <div style="text-align:right">
<i>This notice last updated: Fri Mar 16 22:58:00 UTC 2012</i> <i>This notice last updated: Thu, 16 May 2013 01:37:00 UTC</i>
</div> </div>
``` ```
@ -98,6 +98,7 @@ More information will follow.
* `alias: ...` (optional) a short alias for Bitcoin-Qt alerts. Ex. "dos" will produce /dos.html * `alias: ...` (optional) a short alias for Bitcoin-Qt alerts. Ex. "dos" will produce /dos.html
* `active: ...` (true or false) define if the alert should appear as ongoing in the network status page. * `active: ...` (true or false) define if the alert should appear as ongoing in the network status page.
* `banner: ...` (optional) a short text that will be displayed in a red alert banner and link to the alert page. * `banner: ...` (optional) a short text that will be displayed in a red alert banner and link to the alert page.
* `last updated: ...` should be kept up to date and be in RFC 2822 format ( date -uR ).
### Release Notes ### Release Notes

View file

@ -36,5 +36,5 @@ relevant information.
</p> </p>
<div style="text-align:right"> <div style="text-align:right">
<i>This notice last updated: Mon Feb 20 00:10:00 UTC 2012</i> <i>This notice last updated: Mon, 20 Feb 2012 00:10:00 UTC</i>
</div> </div>

View file

@ -227,5 +227,5 @@ href="https://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.5.3/">
</p> </p>
<div style="text-align:right"> <div style="text-align:right">
<i>This notice last updated: Fri Mar 16 22:58:00 UTC 2012</i> <i>This notice last updated: Fri, 16 Mar 2012 22:58:00 UTC</i>
</div> </div>

View file

@ -61,5 +61,5 @@ No.
</p> </p>
<div style="text-align:right"> <div style="text-align:right">
<i>This notice last updated: Mon May 14 17:00:00 UTC 2012</i> <i>This notice last updated: Mon, 14 May 2012 17:00:00 UTC</i>
</div> </div>

View file

@ -37,5 +37,5 @@ older versions. <a href="https://en.bitcoin.it/wiki/BIP_50">A full post-mortem d
</p> </p>
<div style="text-align:right"> <div style="text-align:right">
<i>This notice last updated: 16 May 2013 01:37 UTC</i> <i>This notice last updated: Thu, 16 May 2013 01:37:00 UTC</i>
</div> </div>

View file

@ -68,5 +68,5 @@ require everybody to either upgrade or workaround the bug.
</p> </p>
<div style="text-align:right"> <div style="text-align:right">
<i>This notice last updated: 10 May 2013 21:30 UTC</i> <i>This notice last updated: Fri, 10 May 2013 21:30:00 UTC</i>
</div> </div>

View file

@ -27,5 +27,5 @@ banner: ""
Android app can be updated. You should make sure not to send back your bitcoins to your old insecure addresses.</p> Android app can be updated. You should make sure not to send back your bitcoins to your old insecure addresses.</p>
<div style="text-align:right"> <div style="text-align:right">
<i>This notice last updated: Sun Aug 12 15:51:00 UTC 2013</i> <i>This notice last updated: Mon, 12 Aug 2013 15:51:00 UTC</i>
</div> </div>