Don't know if it is intended or just accidental. I used m3xtract to add one hour data from the second day's data (INFILE) to the previous day (OUTFILE). In the past, the 6th argument for m3xtract was set to 010000, it would add one hour to the OUTFILE (convert 24 hour day file to 25 hour) from INFILE. When I used the same argument, it now adds two hours data from INFILE and the OUTFILE becomes 26 hours. After I changed the 6th argument to 000000, it works as intended.
Don't know if it is intended or just accidental. I used m3xtract to add one hour data from the second day's data (INFILE) to the previous day (OUTFILE). In the past, the 6th argument for m3xtract was set to 010000, it would add one hour to the OUTFILE (convert 24 hour day file to 25 hour) from INFILE. When I used the same argument, it now adds two hours data from INFILE and the OUTFILE becomes 26 hours. After I changed the 6th argument to 000000, it works as intended.