TIME-DECODE(1) | General Commands Manual | TIME-DECODE(1) |
Time-decode - timestamp decoder and converter
time-decode [-h] [--unix] [--umil] [--wh] [--whle] [--chrome] [--active] [--uhbe] [--uhle] [--cookie] [--oleb] [--olel] [--mac] [--hfsdec] [--hfsbe] [--hfsle] [--fat] [--msdos] [--systime] [--ft] [--hotmail] [--pr] [--auto] [--ms1904] [--ios] [--sym] [--gps] [--eitime] [--bplist] [--gsm] [--vm] [--tiktok] [--twitter] [--discord] [--ksuid] [--mastodon] [--meta] [--sony] [--uu][--guess] [--timestamp [DATE]] [--version]
time-decode provides the functionality to decode various timestamps and UUIDs to aid digital forensics and incident response processes. The supported formats range from common ones, like Unix epochs, WebKit/Chrome timestamps and Microsoft's FILETIME to more exotic formats like LDAP/Active Directory timestamps and Metasploit payload UUIDs. In addition, even timestamps used by some social media services, like Twitter, are included.
Guess the timestamp format and present most probable results
time-decode --guess 1631902084
Convert multiple timestamps of different formats at once
time-decode --unix 1631902084 --umil 1631951802869
Extract time from a UUID
time-decode --uu b54adc00-67f9-11d9-9669-0800200c9a66
Convert the current datetime to all implemented timestamp formats
time-decode --timestamp
Convert a specific datetime to all implemented timestamp formats
time-decode --timestamp "2020-09-17 20:00:00.123"
Written by Corey Forman
When submitting a bug report, please include a description of the problem, how you found it, and your contact information. Submit bug reports to: https://github.com/digitalsleuth/time_decode
This project is licensed under terms of the MIT License - https://opensource.org/licenses/MIT. Copyright by Corey Forman
This manual page was written by Jan Gruber <j4n6ru@gmail.com>, for the Debian project (and may be used by others).
Additional information on time-decode appears in the README file, distributed with the time-decode source code.
v3.1.1 - May 2021 | Corey Forman |