diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-27 18:34:39 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-27 18:34:39 -0400 |
commit | e41a90e7e95e4486bff943acbd992beaf9912211 (patch) | |
tree | 73d179801a5b09b9add1e036fa6e0403980fbeba /lib/util.php | |
parent | 3265812833f084a3bcc0734feffd5e7348b25c4e (diff) |
822 -> 850
darcs-hash:20080627223439-84dde-2d0a8a8284e2f6d6af8710a5b9a52f7d45658f81.gz
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index bdebbf847..b5f698b40 100644 --- a/lib/util.php +++ b/lib/util.php @@ -759,7 +759,7 @@ function common_date_string($dt) { function common_exact_date($dt) { $t = strtotime($dt); - return date(DATE_RFC822, $t); + return date(DATE_RFC850, $t); } function common_date_w3dtf($dt) { |