summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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