Changeset 10809 in ntrip for trunk/BNC/scripts/Bnc.pm


Ignore:
Timestamp:
Feb 9, 2026, 10:45:42 AM (6 hours ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/scripts/Bnc.pm

    r10806 r10809  
    554554                                @hlp = split( /\s+/, $ln );
    555555                $ssrData = $hlp[5]; #print "$ssrData\n";
    556                 $dateStr = substr( $hlp[3], 0, 9 );
     556                $dateStr = substr( $hlp[3], 0, 10 );
    557557
    558558                        }
Note: See TracChangeset for help on using the changeset viewer.