Skip to content

Commit

Permalink
Added a note about the timestamp having a timezone offset
Browse files Browse the repository at this point in the history
  • Loading branch information
Avamander committed Dec 3, 2021
1 parent 260756b commit 19aa53a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/ble/weather/WeatherData.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19aa53a

Please sign in to comment.