The solution adjusts the timestamp to the actual length so that the timestamp is processed correctly regardless of its precision (milliseconds, microseconds, nanoseconds). It dynamically takes into account how many additional digits are present and scales accordingly to obtain a correct time representation in seconds.Tests are also added. fixed issue 687
The solution adjusts the timestamp to the actual length so that the timestamp is processed correctly regardless of its precision (milliseconds, microseconds, nanoseconds). It dynamically takes into account how many additional digits are present and scales accordingly to obtain a correct time representation in seconds.Tests are also added. fixed issue 687