Humanize epoch conversions

Overview

REPOCH

Build Status Crates.io

REPOCH is cli to convert epoch timestamp datetime and datetime to timestamp.

Its convert a epoch time from utc to datetime.

Building for source

For build the binary just:

$ cargo build

To run, just run this example:

$ cargo run -- 1558150671

Installation

Install simple typing:s

cargo install repoch

Documentation

The documentation, for now, is the help return of tool:

Convert the epoch value to datetime and datetime to epoch (everyting as utc)

USAGE:
    repoch [FLAGS] [OPTIONS] <value>

FLAGS:
    -h, --help       Prints help information
    -d, --date       If will convert from date to epoch or not
    -V, --version    Prints version information

OPTIONS:
    -f, --format <format>    Conversion format, Epoch is output and Date is input [default: %Y-%m-%d %H:%M:%S]

ARGS:
    <value>    Value to convert

License

MIT

Free Software, Hell Yeah!

You might also like...
Owner
Luca Lacerda
:brazil: Brazil MG/BH 👻 Cryptocurrency, Geospatial developer | Kubernetes & GCLOUD
Luca Lacerda
simple epoch-based reclamation

ebr a simple epoch-based reclamation (EBR) library with low cacheline ping-pong. use ebr::Ebr; let mut ebr: Ebr<Box<u64>> = Ebr::default(); let mut

Tyler Neely 18 Nov 20, 2022
🕛Handy epoch converter

epo Handy epoch converter. $ epo 1647165000 1647165000+300 "1647165000+300*2" "1647165000+300*3" los_angeles phoenix gmt | Epoch | America/

Tetsu 6 Aug 21, 2022
Time related types (and conversions) for scientific and astronomical usage.

astrotime Time related types (and conversions) for scientific and astronomical usage. This library is lightweight and high performance. Features The f

Michael Dilger 3 Aug 22, 2022
simple epoch-based reclamation

ebr a simple epoch-based reclamation (EBR) library with low cacheline ping-pong. use ebr::Ebr; let mut ebr: Ebr<Box<u64>> = Ebr::default(); let mut

Tyler Neely 18 Nov 20, 2022
🕛Handy epoch converter

epo Handy epoch converter. $ epo 1647165000 1647165000+300 "1647165000+300*2" "1647165000+300*3" los_angeles phoenix gmt | Epoch | America/

Tetsu 6 Aug 21, 2022