Changeset - 9c8a9b5de79c
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2011-03-29 20:53:49
ohnobinki@ohnopublishing.net
Fix some noon AM vs. PM issues in the umich crawler.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
school.d/umich.crawl.inc
Show inline comments
 
@@ -274,7 +274,7 @@ function umich_crawl_time($raw, $xm = FA
 
	$xm = 'A';
 
    }
 

	
 
  if (!strcmp($xm, 'P'))
 
  if (!strcmp($xm, 'P') && $h < 12)
 
    $h += 12;
 

	
 
  return sprintf('%02d%02d', $h, $m);
0 comments (0 inline, 0 general)