There is a problem with how cr23x dataloggers create timestamps in their output files. Not sure if this is a product of the EDLOG commands we use or something fundamental to how older dataloggers deal with dates. Midnight is (always?) logged as 24:00 of the preceding day. This is different than in newer dataloggers that log midnight as 00:00 of the beginning day. MATLAB parses cr23x midnight (24:00 on day X) as 00:00 of that day ( 00:00 of day X), meaning that midnight observations are moved 24 hours back in time from the actual time they are taken in the resulting data file. This should be fixed as cr23x files are read in by MATLAB.
There is a problem with how cr23x dataloggers create timestamps in their output files. Not sure if this is a product of the EDLOG commands we use or something fundamental to how older dataloggers deal with dates. Midnight is (always?) logged as 24:00 of the preceding day. This is different than in newer dataloggers that log midnight as 00:00 of the beginning day. MATLAB parses cr23x midnight (24:00 on day X) as 00:00 of that day ( 00:00 of day X), meaning that midnight observations are moved 24 hours back in time from the actual time they are taken in the resulting data file. This should be fixed as cr23x files are read in by MATLAB.