mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-25 19:36:50 +01:00
998f8775d9
This affects InfiniTime and Huami For InfiniTime it probably resulted in the wrong time being displayed For Huami is resulted to request the wrong data from the band/watch We used timezone.getDSTOffset() which always returns the DST offset (also in non DST time) We need to pass the time being observed to calendar.getOffset() to get the real offset including DST at that specfic time which then either includes DST offset or not. |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
proguard-rules.pro |