Socket
Book a DemoInstallSign in
Socket

nixtime

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nixtime

Javascript CLI tool to get and convert unix timestamps

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
0
Created
Source

nixtime

A simple CLI utility to get the current unix timestamp or convert timestamps to a human readable timestamp.

Usage

Get current timestamp

$ npx nixtime
---------------------------
1727895286719

Convert unix timestamps

$ npx 1727895286719
---------------------------
Wed, 02 Oct 2024 18:54:46 GMT

$ npx 1700000000 1727895286719
---------------------------
Tue, 14 Nov 2023 22:13:20 GMT
Wed, 02 Oct 2024 18:54:46 GMT

License

MIT

Keywords

unix

FAQs

Package last updated on 02 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts