Good day people of Stackoverflow...
I have a serious problem with the info I`m reading of my weather API.
I get info into a function node that exports the sunset and sunrise times, now the problem is that it gives me the info in a weird way.
EG. Object:
sunrise: 1572060152
sunset: 1572106754
now if I click on the number it changes to a HEX. And if I click on it again it changes to something else, not sure what u call it but it looks like this "2019-10-26T03:22:32.000Z" And then if I click it again I get the info that I require 10/26/2019, 5:32:32 AM [UTC+2]
I need to get the time extracted from that info but it doesn't matter what I try the outcome is always the 10 digit number...
Please help.