Made User::newTouchedTimestamp handle clock skew a bit better
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 6 Apr 2015 18:12:41 +0000 (11:12 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 6 Apr 2015 18:14:48 +0000 (11:14 -0700)
commitb84d573d4bcb714b41b371eeaa1cf6666f42b8c9
tree1dde1823524cdb8d60f5e5587587e56634fb99b3
parente2d67176b567baf637db87e522f445de8c1fbdf3
Made User::newTouchedTimestamp handle clock skew a bit better

* This does not handle race conditions, but is a prelude to using CAS
  style logic on save using the timestamp.

Change-Id: I9c31c272fcf77b686764b7c3a6a32ac29576347c
includes/User.php