Index: trunk/ippTasks/summit.copy.pro
===================================================================
--- trunk/ippTasks/summit.copy.pro	(revision 37076)
+++ trunk/ippTasks/summit.copy.pro	(revision 39520)
@@ -249,4 +249,10 @@
 
     task.exec
+
+    # CZW 2016-04-08 This needs to be set to the date that pztool should start considering.  
+    #                I've chosen to use date's "relative items in date strings" calculation
+    #                because it's easy to set a time frame.
+      $pztool_date_begin = `date -d "-30 days" +%Y-%m-%dT00:00:00`
+
       if ($DB:n == 0)
         option DEFAULT
@@ -255,5 +261,5 @@
         # save the DB name for the exit tasks
         option $DB:$pztoolPendingExp_DB
-        command pztool -pendingexp -limit 10 -dbname $DB:$pztoolPendingExp_DB
+        command pztool -pendingexp -dateobs_begin $pztool_date_begin -limit 10 -dbname $DB:$pztoolPendingExp_DB
         $pztoolPendingExp_DB ++
         if ($pztoolPendingExp_DB >= $DB:n) set pztoolPendingExp_DB = 0
