Reputation: 2410
I have a DateTime value called "Hour". It represents each hour (rounded) of the day.
Due to other transformations I want to apply, I need to change the field's type to Text.
However, when I add a step to change the type to Text, the datetime value loses 1 second. This is wreaking havoc with my visualizations.
Why does this happen? How can I prevent this? I've tried recreating all the steps from afresh but get the same result.
One odd thing I've noticed is that this issue tends to come and go with time, without me making any changes to the dashboard. One day it's there, and another day all the time fields end with 00. The underlying data source for the dates is a static Excel document and the data in the document seems fine and unrelated to the problem.
**Before: **
**After: **
Upvotes: 0
Views: 41