Use a UNIX timestamp in the LoggedOut cookie
authorTim Starling <tstarling@wikimedia.org>
Sun, 26 May 2013 12:14:49 +0000 (14:14 +0200)
committerTim Starling <tstarling@wikimedia.org>
Thu, 4 Jul 2013 05:55:10 +0000 (15:55 +1000)
commitafe2cb12d0440b93cd86c18607ee0cfe474bd786
treece3662697fd5b3ea9b34da2e2554816ea6ea2f30
parente3e03f53ce8b8317ded937860aadd8a991daaa5d
Use a UNIX timestamp in the LoggedOut cookie

Since it is easier to interpret in VCL. The read side code strangely
does not need to be updated, and MW will continue to work with
cookies sent before this change, because wfTimestamp() automatically
detects the timestamp format.

Change-Id: I8c661b735b1de8e295d5d713a5ca959ee99e274e
includes/User.php