? 1128340-1.patch
Index: archive/scripts/ripper.inc
===================================================================
RCS file: /cvs/drupal/contributions/modules/station/archive/scripts/ripper.inc,v
retrieving revision 1.7
diff -u -p -r1.7 ripper.inc
--- archive/scripts/ripper.inc	11 Dec 2010 23:03:40 -0000	1.7
+++ archive/scripts/ripper.inc	15 Apr 2011 13:34:04 -0000
@@ -29,4 +29,3 @@ prerip_command = ""
 ; Separate multiple commands with a semicolon. This is meant for shell commands,
 ; and won't parse PHP directly.
 postrip_command = ""
-
Index: archive/scripts/ripper.php
===================================================================
RCS file: /cvs/drupal/contributions/modules/station/archive/scripts/ripper.php,v
retrieving revision 1.13
diff -u -p -r1.13 ripper.php
--- archive/scripts/ripper.php	11 Dec 2010 23:03:40 -0000	1.13
+++ archive/scripts/ripper.php	15 Apr 2011 13:34:05 -0000
@@ -41,7 +41,8 @@ if (!file_exists($streamripper) || !is_e
 }
 
 // Determine when we're starting, when we should end and convert that to a
-// length of time in seconds.
+// length of time in seconds. Set the time zone so PHP doesn't complain.
+date_default_timezone_set(UTC);
 $start_time = round_to_nearest_hour(time());
 $end_time = $start_time + 3600;
 $length = ($end_time - time()) + (int) $settings['overlap_seconds'];
