Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-23396] Analytics: Investigate Timezones on Windows phone vs Android

GitHub Issuen/a
TypeImprovement
PriorityNone
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsWindows
Labelsqe-5.3.0
ReporterHarry Bryant
AssigneeChristopher Williams
Created2016-05-17T17:29:06.000+0000
Updated2016-05-18T19:51:48.000+0000

Description

When comparing the payloads for the Windows platform to Android, it was found that there are differences in the returned timezone: *Windows:* -420 *Android:* -480 Phones were verified to have the correct time configured prior to obtaining the payloads.

Steps to Reproduce

1) Install a titanium project on a windows phone device 2) Launch the app 3) Use either - a) point device to staging via DNS setting, check logs. b) Use get last event api c) If you have backend access, check the raw event on AWS. 4) Examine any of the standard event types.

Actual Result

Timezone results are different for Windows & Android platforms.

Expected Result

Timezone results should be the same for Windows & Android platforms.

Comments

  1. Christopher Williams 2016-05-18

    Given those values, Windows is reporting 7 hours behind UTC (or what PDT is now). Android is reporting 8 hours behind UTC (or PST, which is _not_ the current timezone). I'm guessing this is a daylight savings issue?

JSON Source