Index: openacs-4/packages/xowf/tcl/test-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test-item-procs.tcl,v diff -u -N -r1.7.2.220 -r1.7.2.221 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 2 Mar 2022 19:33:40 -0000 1.7.2.220 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 4 Mar 2022 08:43:18 -0000 1.7.2.221 @@ -2888,7 +2888,7 @@ #ns_log notice "start date $start_date end_date $end_date / $start_clock $end_clock" foreach f $files { #ns_log notice "check: $f" - if {[regexp {/([^/]+)-(\d+)[.](webm|png|jpeg)$} $f . type stamp ext]} { + if {[regexp {/([^/]+)-(\d+|\d+[.]\d+)[.](webm|png|jpeg)$} $f . type stamp ext]} { set inWindow [expr {$stamp >= $start_clock && $stamp <= $end_clock}] ns_log notice "parsed $type $stamp $ext $inWindow $stamp " \ [clock format $stamp -format {%m-%d %H:%M:%S}] >= \