<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -514,7 +514,7 @@ class OAuthServer(object):
         &quot;&quot;&quot;Verify that timestamp is recentish.&quot;&quot;&quot;
         timestamp = int(timestamp)
         now = int(time.time())
-        lapsed = now - timestamp
+        lapsed = abs(now - timestamp)
         if lapsed &gt; self.timestamp_threshold:
             raise OAuthError('Expired timestamp: given %d and now %s has a '
                 'greater difference than threshold %d' %</diff>
      <filename>oauth/oauth.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3b1107caa77918c6b5d1549ae84ce84f7150e425</id>
    </parent>
  </parents>
  <author>
    <name>leah.culver</name>
    <email>leah.culver@f7ae4463-c52f-0410-a7dc-93bad6e629e8</email>
  </author>
  <url>http://github.com/leah/python-oauth/commit/e7774ee3b224935e374dcfe86e01fbc4c09f0b02</url>
  <id>e7774ee3b224935e374dcfe86e01fbc4c09f0b02</id>
  <committed-date>2009-10-20T14:45:08-07:00</committed-date>
  <authored-date>2009-10-20T14:45:08-07:00</authored-date>
  <message>Fix for big timestamps. Thanks Zed Shaw!

git-svn-id: https://oauth.googlecode.com/svn/code/python@1134 f7ae4463-c52f-0410-a7dc-93bad6e629e8</message>
  <tree>0546ec94ba2af9ea58943546bbee7306e6136941</tree>
  <committer>
    <name>leah.culver</name>
    <email>leah.culver@f7ae4463-c52f-0410-a7dc-93bad6e629e8</email>
  </committer>
</commit>
