Just so to make it clear what happens with the .csv files: when using csv dump instead of image dump when pushing "save", the file name is like "seg{n}.csv" with n is a 5 digit number. The header in the csv file is like:
Record Length,Analog:400000
Sample Interval,5.000000E-10
Vertical Units,V,
Vertical Scale,+5.000000E-04
Vertical Offset,+0.000000E+00
Horizontal Units,s
Horizontal Scale,+2.000000E-05
Model,SDS824X HD
Serial Number,**REDACTED**
Software Version,3.8.12.1.1.3.6
Source,CH1
Second,Value
-1.0000000000E-04,+2.187500E-04
-9.9999500000E-05,+2.052083E-04
-9.9999000000E-05,+2.208333E-04
-9.9998500000E-05,+2.739583E-04
.....
This will also come with a "metadata file" called "C1.awg" that I imagine being for feeding into a AWG, with the following content:
sample_rate,2000000000.000000
amplitude,1
run_mode,countinuous
wait_trigger_type,zero
burst_count,1
burst_hold_type,Start Value
trigger_mode,button
timer_interval,0.001
trigger_edge,raise
interp_mode,zero_hold
length_strategy,length
increasing_strategy,interpolation
decreasing_strategy,decimation
file_type,SDS
segment_0,seg00001.csv,-0.000001,0.004259,400000,1,-1,next,0,0
segment_1,seg00002.csv,0.000300,0.002048,400000,1,-1,next,0,0
Not aware of these files following an industry wide standard, but it looks like it is a Siglent inter-device standard.
So: no dates or times, other than relative time.
I do think that adding dates in either the csv file or in the "metadata" file would be a nice addition.