Skip to content

A basic script module for converting between Unix timestamps and DateTime objects in PowerShell Core.

License

Notifications You must be signed in to change notification settings

griffeth-barker/PSEpoch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSEpoch

PSEpoch is a basic script module for converting between Unix timestamps and DateTime objects in PowerShell Core.

Getting Started

Get the Module

PSGallery Version PSGallery Downloads

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 PSGallery

Explore Functions

Once you've imported the module, get started by using Get-Command -Module PSEpoch to discover the functions, or by reading the docs.

Feedback

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.

About

A basic script module for converting between Unix timestamps and DateTime objects in PowerShell Core.

Topics

Resources

License

Stars

Watchers

Forks