Hi there,
I am not sure how to approach this problem, I have devices where several attributes are Numbers (they are date times but because there is not that type I figured I will store in linux epoch) representing date time.
When I go and need to update the device status I need handlebar to convert the string datetime to a linux epoch (msec integeger).
I was looking at format helpers and I couldn’t find any suited for this use case.
What’s the best way to solve the problem?