Turns out some of the fields we are trying to convert to unit timestamp may already be timestamp but we do not know which. So instead, if the value is already a float or a int, just don't convert it and continue.
Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr
:thumbsup:
Thanks :)
Pull-Request has been merged by pingou
Turns out some of the fields we are trying to convert to unit
timestamp may already be timestamp but we do not know which.
So instead, if the value is already a float or a int, just don't
convert it and continue.
Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr