Index: /branches/eam_branches/ipp-pstamp-20260421/ippTools/src/pstamptool.c
===================================================================
--- /branches/eam_branches/ipp-pstamp-20260421/ippTools/src/pstamptool.c	(revision 43010)
+++ /branches/eam_branches/ipp-pstamp-20260421/ippTools/src/pstamptool.c	(revision 43011)
@@ -163,9 +163,11 @@
     PXOPT_LOOKUP_S32(pollInterval, config->args, "-set_poll_interval",false, false);
 
+    psTime *now = psTimeGetNow(PS_TIME_TAI);
+
     if (!pstampDataStoreInsert(config->dbh,
             0,
             state,
             lastFileset,
-            NULL,       // timestamp
+            now,        // timestamp
             label,      // label
             outProduct,
