Skip to content

Commit

Permalink
Merge pull request #1107 from hutauf/patch-1
Browse files Browse the repository at this point in the history
fix tz_offset being unsigned int
  • Loading branch information
danielhrisca authored Dec 5, 2024
2 parents 45077ae + 2ad9d12 commit bb4b622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asammdf/blocks/v2_v3_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
COMMON_uf = struct.Struct(FMT_COMMON).unpack_from
COMMON_p = struct.Struct(FMT_COMMON).pack

HEADER_POST_320_EXTRA_FMT = "Q2H32s"
HEADER_POST_320_EXTRA_FMT = "QhH32s"
HEADER_POST_320_EXTRA_KEYS = (
"abs_time",
"tz_offset",
Expand Down

0 comments on commit bb4b622

Please sign in to comment.