Added a note about the timestamp having a timezone offset

main
Avamander 2021-12-03 17:38:23 +07:00
parent 0df49bd43d
commit 7b04ce5eba
1 changed files with 5 additions and 1 deletions

@ -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