New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

utcs

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

utcs

Simple program to convert utc or local time(HH:MM:SS) to seconds

latest
Source
npmnpm
Version
4.0.6
Version published
Maintainers
1
Created
Source

UTC in seconds

Simple program to convert utc or local time(HH:MM:SS) to seconds.

Installation

$ npm install utcs -g

Run with or without arguments

  • Run command utcs to get utc time in HH:MM:SS and also the same in seconds.

  • utcs command accepts additional arguments in number format to add delay to the time.

Example:

  • Run utcs in terminal:

      utc time:: 05:09:11, seconds:: 18551
      local time:: 10:39:11, seconds:: 38351
    
  • Run utcs 5 in terminal (where number 5 is additional 5mins added):

      utc time:: 05:18:27, seconds:: 19107
      local time:: 10:48:27, seconds:: 38907
    

License

MIT Free Software, Hell Yeah!

Keywords

utc or local time in seconds

FAQs

Package last updated on 21 Jul 2021

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