Skip to content

Commit

Permalink
Adding format attribute to service description parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Oct 15, 2012
1 parent 5e02503 commit 4b9ff37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utils.php
Expand Up @@ -28,7 +28,7 @@ public static function getHttpDate($date)
$date = strtotime($date); $date = strtotime($date);
} }


return gmdate('D, d M Y H:i:s', $date) . ' GMT'; return gmdate('D, d M Y H:i:s \G\M\T', $date);
} }


/** /**
Expand Down

0 comments on commit 4b9ff37

Please sign in to comment.