<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -53,7 +53,7 @@
 
 /*!
  Parse time since epoch.
- @param timeSinceEpoch An NSNumber or NSString (responds to longLongValue)
+ @param timeSinceEpoch An NSNumber or NSString (responds to doubleValue)
  @result NSDate or nil if timeSinceEpoch was nil
  */
 + (NSDate *)gh_parseTimeSinceEpoch:(id)timeSinceEpoch;</diff>
      <filename>Classes/GHNSDate+Parsing.h</filename>
    </modified>
    <modified>
      <diff>@@ -60,7 +60,7 @@
 
 + (NSDate *)gh_parseTimeSinceEpoch:(id)timeSinceEpoch withDefault:(id)value {
 	if (!timeSinceEpoch) return value;
-	return [NSDate dateWithTimeIntervalSince1970:[timeSinceEpoch longLongValue]];
+	return [NSDate dateWithTimeIntervalSince1970:[timeSinceEpoch doubleValue]];
 }
 
 - (NSString *)gh_formatRFC822 {
@@ -100,7 +100,7 @@
   // Example: &quot;Wed, 01 Mar 2006 12:00:00 GMT&quot;
   NSDateFormatter *gh_rfc1123DateFormatter = [[[NSDateFormatter alloc] init] autorelease];     
   [gh_rfc1123DateFormatter setFormatterBehavior:NSDateFormatterBehavior10_4];
-  // Need to force US locale when generating otherwise it might not be 822 compatible
+  // Need to force US locale when generating otherwise it might not be 1123 compatible
   [gh_rfc1123DateFormatter setLocale:[[[NSLocale alloc] initWithLocaleIdentifier:@&quot;en_US&quot;] autorelease]];    
   [gh_rfc1123DateFormatter setTimeZone:[NSTimeZone timeZoneForSecondsFromGMT:0]];
   [gh_rfc1123DateFormatter setDateFormat:@&quot;EEE, dd MMM yyyy HH:mm:ss zzz&quot;];	</diff>
      <filename>Classes/GHNSDate+Parsing.m</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>db0d0a55dbca0f610afa7bd8bb69a7b6ecff51b2</id>
    </parent>
  </parents>
  <author>
    <name>Gabriel Handford</name>
    <email>gabrielh@gmail.com</email>
  </author>
  <url>http://github.com/gabriel/gh-kit/commit/2dcbd3f93a804513e095263a5f64c6b81e40af4e</url>
  <id>2dcbd3f93a804513e095263a5f64c6b81e40af4e</id>
  <committed-date>2009-06-29T15:13:07-07:00</committed-date>
  <authored-date>2009-06-29T15:13:07-07:00</authored-date>
  <message>Fixing to use double (NSTimeInterval) value</message>
  <tree>544b87de4899a525602bcf6c268b7cf2e6c1be9f</tree>
  <committer>
    <name>Gabriel Handford</name>
    <email>gabrielh@gmail.com</email>
  </committer>
</commit>
