diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-01-27 13:08:38 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-01-27 13:08:38 +0100 |
commit | f00191c02985fba1e360a22ad914c547696df1b2 (patch) | |
tree | 76c2d963be0b7c70705369ca4a9f82946df8bba8 /user_guide/helpers | |
parent | 5dd84d04294b622f8b85f8aaac54d8329a2ae173 (diff) | |
parent | 3bb336cf1c55584bb92ed32563a9543ec7f01574 (diff) |
Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor
Diffstat (limited to 'user_guide/helpers')
-rw-r--r-- | user_guide/helpers/date_helper.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/helpers/date_helper.html b/user_guide/helpers/date_helper.html index f8775b146..59641a9e8 100644 --- a/user_guide/helpers/date_helper.html +++ b/user_guide/helpers/date_helper.html @@ -129,12 +129,12 @@ echo standard_date($format, $time); <tr> <td>DATE_ISO8601</td> <td>ISO-8601</td> - <td>2005-08-14T16:13:03+0000</td> + <td>2005-08-14T16:13:03+00:00</td> </tr> <tr> <td>DATE_RFC822</td> <td>RFC 822</td> - <td>Sun, 14 Aug 2005 16:13:03 UTC</td> + <td>Sun, 14 Aug 05 16:13:03 UTC</td> </tr> <tr> <td>DATE_RFC850</td> |