Added a note about the timestamp having a timezone offset

This commit is contained in:
Avamander 2021-12-03 17:38:23 +02:00
parent 0df49bd43d
commit 7b04ce5eba

View File

@ -182,7 +182,11 @@ namespace Pinetime {
/** The header used for further parsing */ /** The header used for further parsing */
class TimelineHeader { class TimelineHeader {
public: 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; uint64_t timestamp;
/** /**
* Time in seconds until the event expires * Time in seconds until the event expires