Hmm ... am I missing where to set the time zone, or is it just not there? Got to say that for a few hours XBMC has been streaming 720p stuff with no buffering, no stuttering and great picture. The GUI is a bit sluggish but perhaps it's because it seems to be in windowed mode.
philip
pmcd
Fan Posts: 305 Joined: May 2008 Reputation: 0 |
2011-01-22 07:35
Post: #1
|
| find quote |
valkur
Junior Member Joined: Jun 2009 Reputation: 0 Location: Canada |
2011-01-22 22:34
Post: #2
Set to PST by default, this worked for me, obviously change Canada/Mountain to whatever you need.
SSH into ATV2 cd /private/var/db/timezone rm localtime ln -s /usr/share/zoneinfo/Canada/Mountain localtime killall AppleTV |
| find quote |
badjase
Junior Member Posts: 21 Joined: Jan 2011 Reputation: 0 |
2011-01-23 02:29
Post: #3
valkur Wrote:Set to PST by default, this worked for me, obviously change Canada/Mountain to whatever you need. Any Chance you could post the settings to display correct clock time for United Kingdom please?? |
| find quote |
deano72
Senior Member Posts: 192 Joined: Oct 2008 Reputation: 0 |
2011-01-23 02:31
Post: #4
ln -s /usr/share/zoneinfo/GMT localtime
|
| find quote |
lugee
Junior Member Posts: 3 Joined: Jan 2011 Reputation: 0 |
valkur Wrote:Set to PST by default, this worked for me, obviously change Canada/Mountain to whatever you need. great! thanx a lot! |
| find quote |
badjase
Junior Member Posts: 21 Joined: Jan 2011 Reputation: 0 |
2011-01-23 23:55
Post: #6
deano72 Wrote:ln -s /usr/share/zoneinfo/GMT localtime thanks for that |
| find quote |
reggiesfriend
Junior Member Posts: 16 Joined: Jan 2011 Reputation: 0 |
2011-01-24 04:13
Post: #7
I was looking for the file for Central Time (i live in Chicago)
also (noob alert) I'm using cyberduck... am i just overwriting the "/private/var/db/timezone" file with this new file that i get from "/usr/share/zoneinfo/" ? thanks in advance !!
|
| find quote |
deano72
Senior Member Posts: 192 Joined: Oct 2008 Reputation: 0 |
2011-01-24 04:21
Post: #8
Reggie, no
log into via terminal (i guess you have a mac, since you are using cyberduck?) and type cd /private/var/db/timezone rm localtime ln -s /usr/share/zoneinfo/**Canada/Mountain** localtime killall AppleTV where **Canada/Mountain** replace with America/Chicago so this is your method.... cd /private/var/db/timezone rm localtime ln -s /usr/share/zoneinfo/**America/Chicago** localtime killall AppleTV |
| find quote |
kreuze
Junior Member Posts: 18 Joined: Jan 2011 Reputation: 0 |
2011-01-24 04:40
Post: #9
Whats the code for Melbourne Australia?
|
| find quote |
deano72
Senior Member Posts: 192 Joined: Oct 2008 Reputation: 0 |
2011-01-24 04:46
Post: #10
google is your friend ;-)
http://en.wikipedia.org/wiki/List_of_tz_...time_zones |
| find quote |

Search
Help