diff --git a/files2config b/files2config
index 792c02f34cb55290a85b4b8364b3feb917bb0fce..1903ba6394269dde401e4c0470f325f7f40d7688 100755
--- a/files2config
+++ b/files2config
@@ -28,7 +28,7 @@ exists $opts{x} and $xlog = '\+';
 my %file_info = ();
 
 while(<>) {
-    s/^\d{4,}-\d\d-\d\dT\d\d:\d\d:\d\d: //; # Remove log time stamps
+    s/^\d{4,}-\d\d-\d\dT\d\d:\d\d:\d\d(?:[,.]\d+)?: //; # Remove log time stamps
     if(my ($mtd, undef, $src, $dst) =
        m{^$xlog\s*((cdo|cp|ln)\s.*)\s+(\S+)\s+(\S+)\s*$}) {
          #DEBUG# warn($_, join(':', $mtd, $src, $dst), "\n"); #DEBUG#
diff --git a/namelist2config b/namelist2config
index 25c11ae6156d7d4ec359385fcc1400bf77f40cbf..32a6131494d47deed1522f3d4b44ecc51ec90ed6 100755
--- a/namelist2config
+++ b/namelist2config
@@ -113,7 +113,7 @@ my $namelist_group = {};
 my $namelist_variable = [];
 
 while(<>) {
-    s/^\d{4,}-\d\d-\d\dT\d\d:\d\d:\d\d: //; # Remove log time stamps
+    s/^\d{4,}-\d\d-\d\dT\d\d:\d\d:\d\d(?:[,.]\d+)?: //; # Remove log time stamps
     if($in_doc && m/^EOF/) {
         if($open_value) {
             $direct and print("\n");