Hello @Anonymous ,
Thanks for the question and using MS Q&A platform.
Mapping data flow ,does provide some internal functionality to make this change, but I think you are using the copy activity and so you can use a dynamic expression.
@addseconds('1970-01-01T00:00:00Z',div(columanwithEpochdata,1000000))
I did test something really quick, and I am confident that it should work.
Thanks
Himanshu
Please accept as "Yes" if the answer provided is useful , so that you can help others in the community looking for remediation for similar issues.