New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-date-convert

Converting dates between time zones

0.1.0
latest
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created

Date/Time Convert (dc) in the cli

Multiple times a week I find myself having to schedule things in different timezones and having the memory of a goldfish I forget the time offsets, so I created this simple utility to convert a time from one zone to another; it's distinctly geared towards U.S. timezones at the moment.

Usage

dc --from="0600 EST" --to="UTC"
2015-08-03 10:00

The format in the --from flag is the only one supported at the moment, I may update it in the future if I have time/need.

FAQs

Package last updated on 03 Aug 2015

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