Skip to content
/ when Public

cmdline utility for printing human readable date time values from a unix timestamp

License

Notifications You must be signed in to change notification settings

cbalci/when

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary:
	when is a cmdline utility which accepts a unix timestamps and printlns RFC3339(UTC) datetime sting and a human readable relative difference from now.

Installation:
	go get github.com/cbalci/when

Usage:
	$> when 1569054942
	2019-09-21T01:35:42-07:00 (15 hours, 3 minutes, 56 seconds ago)

	$> when 15
	1970-01-01T00:00:15Z (49 years, 8 months, 21 days, 51 minutes, 33 seconds ago)

	$> when 2000000000
	2033-05-18T03:33:20Z (13 years, 8 months, 26 days, 2 hours, 40 minutes, 1 second in the future)

About

cmdline utility for printing human readable date time values from a unix timestamp

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages