Skip to content

Releases: digitalsleuth/time_decode

v8.0.0

15 Jul 23:02
7b6d113
Compare
Choose a tag to compare

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

24 Jun 17:12
Compare
Choose a tag to compare

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

15 Jan 03:13
Compare
Choose a tag to compare

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

24 Dec 04:34
22eba75
Compare
Choose a tag to compare

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

28 Apr 15:12
Compare
Choose a tag to compare

Fixed a couple of minor errors where calls were made to variables prior to referencing.

v6.0

27 Apr 21:22
Compare
Choose a tag to compare

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

01 Dec 03:04
Compare
Choose a tag to compare
Update bplist, mac, iostime timestamps to reflect NSDate source

v4.1.2

23 Jul 15:45
Compare
Choose a tag to compare

Fixed some recent OSError and ValueErrors

v4.0.0

22 Jun 11:22
Compare
Choose a tag to compare
  • Added more timestamps
  • Enhanced validation
  • Code cleanup

v3.2.0

22 Sep 10:27
Compare
Choose a tag to compare
  • Fixes an issue with Chrome timestamps
  • Fixes an issue with mastodon timestamp
  • Minor functionality changes