1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: time-decode
Section: utils
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders:
Jan Gruber <j4n6ru@gmail.com>,
EnkelenaH <enkelena.h@gmail.com>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
help2man,
pybuild-plugin-pyproject,
python3-all,
python3-colorama,
python3-dateutil,
python3-juliandate,
python3-pyqt6,
python3-setuptools,
tzdata,
Standards-Version: 4.7.2
Homepage: https://github.com/digitalsleuth/time_decode
Vcs-Browser: https://salsa.debian.org/pkg-security-team/time-decode
Vcs-Git: https://salsa.debian.org/pkg-security-team/time-decode.git
Rules-Requires-Root: no
Package: time-decode
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${python3:Depends},
Description: Timestamp and datetime decoder/encoder
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 formats like Unix
(milli)seconds, Microsoft's FILETIME to more exotic formats like
Metasploit payload UUIDs.
|