Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-150] Timezone offset should be in minutes, not integral hours (iphone)

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:52:09.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.1.0
ComponentsiOS
Labelsanalytics, ios, ip, iphone
ReporterDaniel Sternbergh
AssigneeBlain Hamon
Created2011-04-15T02:24:23.000+0000
Updated2011-04-17T01:52:09.000+0000

Description

In version 2 of the analytics event specification, the timezone offset set in the ti.start event should be expressed in minutes. (Currently it is specified in hours.) Unfortunately, not all timezones are integral offsets from UTC. If Newfoundland is insufficient to persuade, then how about India... #:^) Many thanks!

(change is in line 268 of AnalyticsModule.m)

Comments

  1. Blain Hamon 2011-04-15

    Question to people doing the server side: If I make time zone a float instead of an int, will anything break on the server side?

  2. Daniel Sternbergh 2011-04-15

    Not sure, but not sure I understand why making it a float would be desirable (unless to keep it in fractional hours).

  3. Jeff Haynie 2011-04-15

    not sure if this was completed in 0.7?

  4. Daniel Sternbergh 2011-04-15

    did get in to 0.7.0

JSON Source