Skip to content
/ ut Public

Utility for converting unix time to an RFC3339 datetime

Notifications You must be signed in to change notification settings

kkentzo/ut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test

ut

A utility that converts its arguments from unix timestamps to RFC3339 timestamps.

The program auto-detects the timestamp resolution; supported resolutions include:

  • seconds
  • milliseconds
  • microseconds
  • nanoseconds

Usage:

$ ut TIMESTAMP_1 TIMESTAMP_2 ... TIMESTAMP_N

Example:

$ ut 1736850409254
2025-01-14T12:26:49+02:00

About

Utility for converting unix time to an RFC3339 datetime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages