dfdatetime
dfdatetime copied to clipboard
Digital Forensics date and time
* [x] add support for semantic time * [ ] clean up `_GetDateValues` * [ ] consider creating epoch object * [ ] skip 10 year increments * [ ]...
GetPlasoTimestamp is needed for the migration of plaso to dfdatetime, deprecate it when no longer needed.
set fat_date_time attribute when FatDateTime is set from string
After https://github.com/log2timeline/dfdatetime/pull/165 add a script to generate date and time values documentation from source
Add copy from RFC 822 / 1123 / 2822 string functions Also see: * https://tools.ietf.org/html/rfc822#section-5 * https://tools.ietf.org/html/rfc1123 * https://tools.ietf.org/html/rfc2822#section-3.3 Add information about RFC 822 / 1123 / 2822 to the...
Context from log2timeline-dev@ I wrote a simple script that exploits regexes to convert from a standard asctime format to a string that can be accepted from dfdatetime CopyFromDateTimeString https://gist.github.com/SamuelePilleri/3ffae24b3cdd6dd04d01790519c2846b Consider...
* [ ] time-spans / ranges including before X or after X * [ ] duration, e.g. setupapi
Improve support of parsing ISO 8601 date and time strings. https://en.wikipedia.org/wiki/ISO_8601#Times