I have an API which gives output in epoch time, I have to convert this into GMT including hours, minutes and second, so far I am able to convert into a date using below expression:
addDays(formatdatetime('1970-1-1','yyyy-MM-dd'),int(div(variables('epoch'),86400)))
where epoch is variable storing epoch time.
I am looking output with date and time. Appreciate your help.
TIA
Arjun