I'm trying to convert Epoch/UNIX time to a readable date. See the code below:
Get-Date 1472563804 -UFormat "%D %R"
PowerShell is throwing the following output:
01/01/01 00:02
http://www.epochconverter.com/ is showing the date as Tue, 30 Aug 2016 13:30:04 GMT so it seems to be an issue specific to PowerShell. I've also tested other Epoch/UNIX times and PowerShell continues to throw the same date/time as above.