You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we send time values in seconds in UTC, however, for a proper day analysis, we probably also need to send timezone somewhere. This doesn't necessarily have to be sent in each message, but it should at least be sent by the application. The most direct would be to send the UTC offset, where an offset of one hour compared to UTC would be "+01:00", "+0100", or simply "+01". Using a time zone string would reveal more about someones location.
The text was updated successfully, but these errors were encountered:
blootsvoets
changed the title
Add timezone to commons application
Add timezone to commons 'application' schemas
Apr 11, 2017
Right now, we send time values in seconds in UTC, however, for a proper day analysis, we probably also need to send timezone somewhere. This doesn't necessarily have to be sent in each message, but it should at least be sent by the application. The most direct would be to send the UTC offset, where an offset of one hour compared to UTC would be
"+01:00"
,"+0100"
, or simply"+01"
. Using a time zone string would reveal more about someones location.The text was updated successfully, but these errors were encountered: