epoch

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 19, 2019 License: MIT Imports: 4 Imported by: 0

README

epoch

A tiniest CLI tool to convert timestamps in seconds or milliseconds or datetime strings to timestamps and datetime strings.

Having to deal with timestamps a lot at work I occasionally need to quickly translate timestamps to dates and vice versa. I thought it will be handy to have it as a command line utility instead of having to go to a relevant website (e.g. epochconverter.com), especially when network connection is not available.

The datetime format parsing powered by the brilliant dateparse library.

Usage

Usage:
	epoch <timestamp or date>

Parameters:
	timestamp - A Unix timestamp in second or milliseconds
	date - A date in most common formats, e.g. 2019-04-16 12:05:00

Examples:
	epoch 1555416300
	epoch 1555416300000
	epoch 2019-04-16 12:05:00
	epoch 04/16/2019 12:05:00
	epoch 2019-04-16 15:05:00 +0300 UTC

Example Output

$ epoch 2019-04-16 07:05:00 EST-05

Milliseconds:  1555416300000
         GMT:  2019-04-16 12:05:00 +0000 UTC
       Local:  2019-04-16 07:05:00 -0500 EST

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL