-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes in DB version 24 #110
Comments
This was referenced May 21, 2023
mikez
added a commit
that referenced
this issue
May 22, 2023
A _Things date_ is an integer where the binary digits are YYYYYYYYYYYMMMMDDDDD0000000; Y is year, M is month, and D is day. For example, the ISO 8601 date '2021-03-28' corresponds to the Things date 132464128 as integer; in binary that is: ``` 111111001010011111000000000 YYYYYYYYYYYMMMMDDDDD0000000 2021 3 28 ```
@AlexanderWillner Added support for new dates. One seemingly unrelated test involving tags in |
All green now in #112 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As discussed in #100, #101, #102 and addressed in #103, #105, #106, #107 the Things DB changed on Apr 13, 2023 in several ways:
startDate
)Due to the change in the date format the tests do not pass anymore:
The text was updated successfully, but these errors were encountered: