I am parsing an SQLite database using the PowerShell SQLite module, and a couple of the return values are created and modified, both of which are in Unix time.
What
$date = get-date "1/1/1970" $date.AddSeconds($unixTime).ToLocalTime()