Skip to content

Commit

Permalink
quick test to see if this fixes ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattijs Kneppers committed Jun 17, 2024
1 parent 1b7df64 commit b2f5d35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion maxdiff/frozen_device_printer.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ def get_hfs_date(data: bytes) -> datetime.datetime:
seconds_offset_from_unix = 2082844800 # Mac HFS+ is time since 1 Jan 1904 while Unix time is since 1 Jan 1970
seconds_in_hfs_plus = int.from_bytes(data, byteorder="big")
return datetime.datetime.fromtimestamp(
seconds_in_hfs_plus - seconds_offset_from_unix
seconds_in_hfs_plus - seconds_offset_from_unix, datetime.UTC
)
14 changes: 7 additions & 7 deletions maxdiff/tests/test_baselines/FrozenTest.amxd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ MIDI Effect Device
-------------------
Device is frozen
----- Contents -----
Test.amxd: 21093 bytes, modified at 2024/05/27 09:52:44
ParamAbstraction.maxpat: 1570 bytes, modified at 2024/05/24 15:59:36
MyAbstraction.maxpat: 1625 bytes, modified at 2024/05/24 15:59:36
AbstractionWithParameter.maxpat: 1569 bytes, modified at 2024/05/24 15:59:36
hz-icon.svg: 484 bytes, modified at 2024/05/24 15:59:36
beat-icon.svg: 533 bytes, modified at 2024/05/24 15:59:36
fpic.png: 7094 bytes, modified at 2024/05/24 15:59:36
Test.amxd: 21093 bytes, modified at 2024/05/27 07:52:44
ParamAbstraction.maxpat: 1570 bytes, modified at 2024/05/24 13:59:36
MyAbstraction.maxpat: 1625 bytes, modified at 2024/05/24 13:59:36
AbstractionWithParameter.maxpat: 1569 bytes, modified at 2024/05/24 13:59:36
hz-icon.svg: 484 bytes, modified at 2024/05/24 13:59:36
beat-icon.svg: 533 bytes, modified at 2024/05/24 13:59:36
fpic.png: 7094 bytes, modified at 2024/05/24 13:59:36

0 comments on commit b2f5d35

Please sign in to comment.