Added a note about the timestamp having a timezone offset
This commit is contained in:
parent
0df49bd43d
commit
7b04ce5eba
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user