I am currently using a dataset with a timestamp column with values like 25.780. I am using Nominal to Date with the following:
attribute name: Timestamp
date type: time
data format: ss.SSS
time zone America/New_York
After conversion the values in the column don't have the 0.1 place converted properly, so 25.780 converts to 25.078, 25.800 converts to 25.008, 25.820 converts to 25.082, etc. I think these are converted to milliseconds with the 0's ommited. Is anyone else having this issue?