Skip to content

Commit

Permalink
Changes for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Jan 13, 2024
1 parent 3f2af66 commit b5dd809
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions config/dpkg/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dfdatetime (20231227-1) unstable; urgency=low
dfdatetime (20240113-1) unstable; urgency=low

* Auto-generated

-- Log2Timeline maintainers <[email protected]> Wed, 27 Dec 2023 07:15:36 +0100
-- Log2Timeline maintainers <[email protected]> Sat, 13 Jan 2024 09:23:13 +0100
2 changes: 1 addition & 1 deletion dfdatetime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
from dfdatetime import webkit_time


__version__ = '20231227'
__version__ = '20240113'
3 changes: 0 additions & 3 deletions dfdatetime/delphi_date_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ class DelphiDateTime(interface.DateTimeValues):
The maximal correct date supported by TDateTime values is limited to:
9999-12-31 23:59:59.999
Also see:
https://docwiki.embarcadero.com/Libraries/Alexandria/en/System.TDateTime
Attributes:
is_local_time (bool): True if the date and time value is in local time.
"""
Expand Down
4 changes: 2 additions & 2 deletions docs/sources/Date-and-time-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Offset | Size | Description

### Also see

* [Embarcadero: System.TDateTime](https://docwiki.embarcadero.com/Libraries/Alexandria/en/System.TDateTime)
* Embarcadero Delphi documentation on System.TDateTime

## FAT date and time
### Characteristics
Expand Down Expand Up @@ -288,7 +288,7 @@ can differ depending on the context in which the timestamp is used.
### Also see

* [Wikipedia: HFS Plus](https://en.wikipedia.org/wiki/HFS_Plus)
* [Technical Note TN1150 - HFS Plus Volume Format](http://dubeiko.com/development/FileSystems/HFSPLUS/tn1150.html#HFSPlusDates)
* [Technical Note TN1150 - HFS Plus Volume Format](https://developer.apple.com/library/archive/technotes/tn/tn1150.html), see section "HFS Plus Dates"

## Java timestamp
### Characteristics
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = dfdatetime
version = 20231227
version = 20240113
description = Digital Forensics date and time (dfDateTime).
long_description = dfDateTime, or Digital Forensics date and time, provides date and time objects to preserve accuracy and precision.
long_description_content_type = text/plain
Expand Down

0 comments on commit b5dd809

Please sign in to comment.