Is there a way to convert epoch time to a human-readable date?
The timestamp value I have is: '1685595600'
I'd like to see the converted timestamp in this format:
Date = 01, Month = 06, Year = 2023
What steps should I take to achieve this conversion?