Releases: digitalsleuth/time_decode
Releases · digitalsleuth/time_decode
v8.0.0
CHANGELOG
This version introduces new timestamps and fixes, as well as new features for the GUI:
Fixes
- Active Directory conversion would fail when the timestamp value is negative or larger than the year 3001
- Converting from an NS Date value would present 4 outputs instead of a single output
New Timestamps
- Julian Decimal date
- Julian Hex date
- Semi-Octet decimal value
- Unix Milliseconds (hex)
Updates
- Added a time zone conversion feature to the GUI (one already existed for the command line version)
- Created a "Open in New Window" function for side-by-side comparison of timestamps
- Added a context menu in the results tables for copying / pasting values
- Added an "Update time zone" button in the calendar to facilitate updating the time zone lists to respect daylight savings
- Modified the output tables to detect a +/- 5 year difference and change the color of the row to green
- Changed the sizing of the windows, and modified the fonts to allow for a more user-friendly view in Linux
v7.1.0
This release adds the LEB128 timestamp and the Apache Cookie timestamp.
It also adjusts the errant tab on the S32 timestamp output.
v7.0.2
This version fixes some graphical issues where resolution is not advanced enough to handle the size of the output window, or the Examples window.
v7.0.0
Updates
- Added a GUI (time-decode -g)
- New GUI means change in requirements (added PyQt6)
- Fixed some issues with iOS time conversion
- Moved the references in the script itself out of the script and into REFERENCES.md
- Generated a standalone executable for the GUI as well (available under Releases)
v6.1.0
Fixed a couple of minor errors where calls were made to variables prior to referencing.
v6.0
Major overhaul of script design to enable import of time_decode as a module.
Added the Biome 64-bit decimal timestamp, and S32-Encoded timestamp as new options.
More instructions to follow for usage of time_decode as a module.
v4.2.0
Update bplist, mac, iostime timestamps to reflect NSDate source
v4.1.2
Fixed some recent OSError and ValueErrors
v4.0.0
- Added more timestamps
- Enhanced validation
- Code cleanup
v3.2.0
- Fixes an issue with Chrome timestamps
- Fixes an issue with mastodon timestamp
- Minor functionality changes