Talk:Release notes/13.2.0: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Clock)
 
No edit summary
Line 1: Line 1:
== Clock ==
== Clock ==


After installing 13.2.0 on a XO-1.5, the clock was set with 'sudo date --set="2013-10-17 7:10"'. All appears well except that Gnome displays UTC rather than local time. The offset from Greenwich shown by the location under the calendar is right. How can local time be specified? Incidentally, in http://wiki.laptop.org/go/Releases, the Software box shows that 13.2.0 is the current release but the table doesn't have the line for it. Has this release been cancelled or postponed? Vandalism? Thanks, ... [[User:Peasthope|Peasthope]] 15:45, 17 October 2013 (UTC)
After installing 13.2.0 on a XO-1.5, the clock was set with 'sudo date --set="2013-10-17 7:10"'. All appears well except that Gnome displays UTC rather than local time. The offset from Greenwich shown by the location under the calendar is right. How can local time be specified? ... [[User:Peasthope|Peasthope]] 15:45, 17 October 2013 (UTC)

:13.2.0 is based on Fedora 18. Fedora 18 is usually [http://docs.fedoraproject.org/en-US/Fedora/18/html/Installation_Quick_Start_Guide/s1-timezone-x86.html configured at install time]. The default timezone on 13.2.0 is UTC. This has no effect on Sugar, because only relative times are displayed. For Gnome, you can configure Fedora to use a different timezone. We have not included the graphical tool for doing so (''system-config-data''), but you can use shell tools. Copy the appropriate timezone file from /usr/share/zoneinfo to /etc/localtime and then check the time again. Or {{Code|yum install -y system-config-date}}. See also [http://lmgtfy.com/?q=How+to+set+time+zone+on+Fedora%3F How to set time zone on Fedora /etc/localtime]. Your other question was moved to [[Talk:Releases]]. --[[User:Quozl|Quozl]] 01:58, 18 October 2013 (UTC)

Revision as of 01:58, 18 October 2013

Clock

After installing 13.2.0 on a XO-1.5, the clock was set with 'sudo date --set="2013-10-17 7:10"'. All appears well except that Gnome displays UTC rather than local time. The offset from Greenwich shown by the location under the calendar is right. How can local time be specified? ... Peasthope 15:45, 17 October 2013 (UTC)

13.2.0 is based on Fedora 18. Fedora 18 is usually configured at install time. The default timezone on 13.2.0 is UTC. This has no effect on Sugar, because only relative times are displayed. For Gnome, you can configure Fedora to use a different timezone. We have not included the graphical tool for doing so (system-config-data), but you can use shell tools. Copy the appropriate timezone file from /usr/share/zoneinfo to /etc/localtime and then check the time again. Or yum install -y system-config-date. See also How to set time zone on Fedora /etc/localtime. Your other question was moved to Talk:Releases. --Quozl 01:58, 18 October 2013 (UTC)