Insufficient time precision/ Reinterpreting time

Hey people,

I have a time series of data that I’m trying to save as an Xdmf file. The problem is that ParaView ignores the sixth time digit and overwrites the timesteps so I end up with only one-tenth of the data in the Xdmf file: For instance, timestep 1.756523 is written as 1.75652.

Increasing the animation time precision in the settings did not help. Also scaling the time using the “TemporalShiftScale” filter did not do the trick (it writes it with scientific notation but still drops the last digit). Is there any way to write the timesteps as a series of natural numbers 1, 2, 3, 4… rather than the actual time or any other way to write all timesteps without the overwriting problem?

thanks in advance,
Emo