1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-08 22:51:37 +02:00
Gadgetbridge/app
Andreas Shimokawa e5caf78fb0 Assume timezone UTC for BLE time protocol
BLE protocol only sends a UTC offset which combines the TZ with DST, if we take
a local timezone as a base and add a raw offset with DST included, DST might
be added again.

This is to fix problems with recorded data on Huami devices where we cannot know
in which timezone data was recorded - only the offset, where we do not know if a
part of it is DST.
2021-08-06 01:05:51 +02:00
..
src Assume timezone UTC for BLE time protocol 2021-08-06 01:05:51 +02:00
build.gradle java/gradle crap: do something I do not even want to understand to fix random build errors 2021-07-30 16:18:06 +02:00
proguard-rules.pro Added a R8 rule to make sure data classes for Gson don't get optimized out 2021-06-09 00:52:50 +03:00