-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Refactor codebase to use Instant instead of OffsetDateTime #12633
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
base: dev
Are you sure you want to change the base?
Refactor codebase to use Instant instead of OffsetDateTime #12633
Conversation
a901273 to
f4e9d00
Compare
f4e9d00 to
4a9dcb0
Compare
|
****>
|
|
Refactoring changes looks good, I had a basic question about the changes in database entities. Do we need to add migration for those changes? @Isira-Seneviratne Could you please confirm that |
No, because the underlying data type stored in the database hasn't changed. |
# Conflicts: # app/build.gradle
bda1959 to
76204ef
Compare
76204ef to
550fc2e
Compare
What is it?
Description of the changes in your PR
Instantinstead ofOffsetDateTime, to accommodate some extractor changes.Relies on the following changes
APK testing
The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR. You can find more info and a video demonstration on this wiki page.
Due diligence