[Bug 1567940] Re: time displayed wrongly on production phone

2016-06-02 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1567940

Title:
  time displayed wrongly on production phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1567940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1567940] Re: time displayed wrongly on production phone

2016-06-01 Thread Launchpad Bug Tracker
This bug was fixed in the package indicator-datetime -
15.10+16.04.20160516.2-0ubuntu2

---
indicator-datetime (15.10+16.04.20160516.2-0ubuntu2) yakkety; urgency=medium

  * No-change rebuild for libical soname change.

 -- Matthias Klose   Wed, 25 May 2016 13:12:38 +

** Changed in: indicator-datetime (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1567940

Title:
  time displayed wrongly on production phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1567940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1567940] Re: time displayed wrongly on production phone

2016-04-18 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image
   Status: Confirmed => Fix Committed

** Changed in: canonical-devices-system-image
Milestone: None => 11

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1567940

Title:
  time displayed wrongly on production phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1567940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1567940] Re: time displayed wrongly on production phone

2016-04-15 Thread Charles Kerr
So, I wrote a simple script to test my branch by looping through
rebooting the phone and asking indicator-datetime what time it thought
it was.

* Wednesday's runs: 'automatic' time setting with London specified as
the tzid

* Thursday's runs: 'manual' time setting (as inspired by Ren's comment
#8) with America/Los_Angeles specified as the tzid

1000+ reboots later,  I checked the outputs to see if they always
increased over time or if there were outliers that jumped to the wrong
timezone. The output looked like this:

>  variant  string " 7:40 AM"
>  variant  string " 7:42 AM"
>  variant  string " 7:43 AM"
>  variant  string " 7:44 AM"
>  variant  string " 7:45 AM"
>  variant  string " 7:47 AM"
>  variant  string " 7:48 AM"

For these two cases, at least, It looks like this branch is working.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1567940

Title:
  time displayed wrongly on production phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1567940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1567940] Re: time displayed wrongly on production phone

2016-04-15 Thread Alan Bell
I tried both automatic and manual, made no difference until a reboot.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1567940

Title:
  time displayed wrongly on production phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1567940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1567940] Re: time displayed wrongly on production phone

2016-04-13 Thread Ren
I guess the issue comes from that on your phone the Date and Time is not 
defined as "Automatically"
but "Manually".
I remember I had this problem until I set the Date to "Automatically". This may 
help...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1567940

Title:
  time displayed wrongly on production phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1567940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1567940] Re: time displayed wrongly on production phone

2016-04-13 Thread Charles Kerr
Alan, if my guess in comment 5 is correct, it's a timing issue that will
show up only occasionally after booting, depending on how soon
indicator-datetime starts making bus calls compared to when some bus
services are ready. Some code in the indicator was making bus calls on
startup rather than looking for a bus owner to be ready and /then/
making the bus calls.

That doesn't explain the cities-in-blue-rather-than-orange issue in
system settings though. Possibly two bugs for the price of one?

** Also affects: ubuntu-system-settings (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1567940

Title:
  time displayed wrongly on production phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1567940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1567940] Re: time displayed wrongly on production phone

2016-04-08 Thread Alan Bell
it appears to have corrected itself after a reboot on my phone and I
can't reproduce it now. Very strange!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1567940

Title:
  time displayed wrongly on production phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1567940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1567940] Re: time displayed wrongly on production phone

2016-04-08 Thread Charles Kerr
Looking over the indicator-datetime code I do see a startup timing bug
that might be causing this and have a patch for that; however, I'm not
able to reproduce this bug on my krillin. Under the 'startup timing bug'
working theory I've tried rebooting 10x and still am not seeing this
bug.

I'll get the patch reviewed and put it in a silo so that other people
experiencing this bug can see if it helps their phones.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1567940

Title:
  time displayed wrongly on production phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1567940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1567940] Re: time displayed wrongly on production phone

2016-04-08 Thread Charles Kerr
** Branch linked: lp:~charlesk/indicator-datetime/always-get-initial-
tzid-from-timedate1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1567940

Title:
  time displayed wrongly on production phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1567940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1567940] Re: time displayed wrongly on production phone

2016-04-08 Thread Jean-Baptiste Lallement
Thanks.

I reproduced a similar for different issue on my krillin. The difference
is that I get 3 different time for RTC, universal and local time.

** Changed in: canonical-devices-system-image
   Importance: Undecided => Medium

** Changed in: canonical-devices-system-image
   Status: Incomplete => Confirmed

** Also affects: indicator-datetime (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1567940

Title:
  time displayed wrongly on production phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1567940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1567940] Re: time displayed wrongly on production phone

2016-04-08 Thread Jean-Baptiste Lallement
read: but* different

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1567940

Title:
  time displayed wrongly on production phone

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1567940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs