summaryrefslogtreecommitdiff
path: root/src/components/ble/weather/WeatherData.h
diff options
context:
space:
mode:
authorAvamander <avamander@gmail.com>2021-12-03 17:38:23 +0200
committerAvamander <avamander@gmail.com>2021-12-04 22:03:40 +0200
commit7b04ce5ebaf1d73feac529bd16828415e5a046c7 (patch)
tree5b5922803f800d377d3c3eb8d08eace9aab9bc5e /src/components/ble/weather/WeatherData.h
parent0df49bd43d6d02d8d50918543ae3eda77f31c651 (diff)
Added a note about the timestamp having a timezone offset
Diffstat (limited to 'src/components/ble/weather/WeatherData.h')
-rw-r--r--src/components/ble/weather/WeatherData.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/components/ble/weather/WeatherData.h b/src/components/ble/weather/WeatherData.h
index d56f481c..42572ec0 100644
--- a/src/components/ble/weather/WeatherData.h
+++ b/src/components/ble/weather/WeatherData.h
@@ -182,7 +182,11 @@ namespace Pinetime {
/** The header used for further parsing */
class TimelineHeader {
public:
- /** UNIX timestamp */
+ /**
+ * UNIX timestamp
+ * TODO: This is currently WITH A TIMEZONE OFFSET!
+ * Please send events with the timestamp offset by the timezone.
+ **/
uint64_t timestamp;
/**
* Time in seconds until the event expires