UDOO configuration tool timezone bug

Discussion in 'Linux Ubuntu' started by andrea.quintavalle, Dec 10, 2014.

  1. andrea.quintavalle

    andrea.quintavalle New Member

    Joined:
    Sep 22, 2014
    Messages:
    4
    Likes Received:
    0
    I setted Europe/Rome as timezone using UDOO configuration tool but my Java applications still shows UTC as timezone, so I did some tests:
    Code:
    ll /etc/localtime
    lrwxrwxrwx 1 root root 31 Dec  4 16:02 /etc/localtime -> /usr/share/zoneinfo/Europe/Rome
    here timezone is correct but
    Code:
    cat /etc/timezone
    Etc/UTC
    is not correct.
    As stated here https://help.ubuntu.com/community/UbuntuTime you have to modify even /etc/timezone.
    If I execute
    Code:
    dpkg-reconfigure tzdata
    timezone file shows
    Code:
    cat /etc/timezone
    Europe/Rome
    as it should be, so I think UDOO configuration tool has a bug.
     
  2. delba

    delba Administrator Staff Member

    Joined:
    May 8, 2013
    Messages:
    1,064
    Likes Received:
    9
    Yep, i confirm that the bug exist. We'll fix that in the next release of UDOObuntu. Thanks Andrea for pointing that out!
     
  3. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    Last edited: Jul 27, 2015

Share This Page