PSEpoch is a basic script module for converting between Unix timestamps and DateTime objects in PowerShell Core.
You can install the module from the PowerShell Gallery.
# Install using Microsoft.PowerShell.PSResourceGet module, which is PowerShellGet's successor.
Install-PSResource -Name PSEpoch -Repository PSGallery
# Install using PowerShellGet module, which is no longer in active development.
# Install-Module -Name PSEpoch -Repository PSGalleryOnce you've imported the module, get started by using Get-Command -Module PSEpoch to discover the functions, or by reading the docs.
Please ⭐ star this repository if it is helpful. Constructive feedback is always welcome, as are pull requests. Feel free to open an issue on the repository if needed or send me a message on Signal.

