Hi all,
trying to debug my code, I used a double(constant) to match the correct timestamp in my data. However, it did not work as I would have expected and below a picture of why it happened:
My first attempt was to use the equivalent of variable 'd', which kept returning the timestamp 507618080.000. Using variable 'c' now works, returning 507618075.650.
I think we can all agree this is not very elegant. My question is : why is this happening ?
|