[Apple TV] Request ability to set Time-Zone from XBMC

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
yzeyze Offline
Senior Member
Posts: 104
Joined: Jul 2007
Reputation: 0
Question  [Apple TV] Request ability to set Time-Zone from XBMC Post: #1
This may not be specific to the ATV, not sure.....

But - how do I set the timezone now?
It used to be in the 'region' section of the settings on my xbox, but appears to be missing at the moment.....
My time is always showing GMT.
find quote
Wander2000 Offline
Junior Member
Posts: 6
Joined: Oct 2008
Reputation: 0
Post: #2
I just did a search on the board, and didn't find an answer either. I have the same problem. Not a big deal considering how easy this was to setup & use.
find quote
bob2009 Offline
Junior Member
Posts: 16
Joined: Sep 2008
Reputation: 0
Post: #3
HI,

I found this some times ago when i was using Mythfrontend.
Link: http://www.mythtv.org/wiki/index.php/Ins...an_AppleTV

[INDENT]Fix the timezone

My AppleTV thought it was in Rome. If the timezone is wrong problems occur when scheduling recordings. To fix this add the following to /etc/rc.local (adjust as necessary for you location):

/bin/ln -sf /usr/share/zoneinfo/Europe/London /etc/localtime

Either run the file or reboot for this to take effect. [/INDENT]


Good luck
Bob
find quote
himik Offline
Junior Member
Posts: 2
Joined: Oct 2008
Reputation: 0
Post: #4
1) slogin to your ATV
2) cd /etc
3) rm localtime
4) (for example)
ln -s /usr/share/zoneinfo/Europe/Moscow localtime
( studied /usr/share/zoneinfo catalog and give your zone.)
5) reboot ATV

Successes!
find quote
xeonicxpression Offline
Senior Member
Posts: 236
Joined: May 2008
Reputation: 0
Post: #5
himik Wrote:1) slogin to your ATV
2) cd /etc
3) rm localtime
4) (for example)
ln -s /usr/share/zoneinfo/Europe/Moscow localtime
( studied /usr/share/zoneinfo catalog and give your zone.)
5) reboot ATV

Successes!

Finally got it to work. For some reason it wasn't wanting to stick. I don't know what I was doing wrong, but now it shows the propper time. Tha was driving me crazy!
find quote
Wander2000 Offline
Junior Member
Posts: 6
Joined: Oct 2008
Reputation: 0
Thumbs Up    Post: #6
himik Wrote:1) slogin to your ATV
2) cd /etc
3) rm localtime
4) (for example)
ln -s /usr/share/zoneinfo/Europe/Moscow localtime
( studied /usr/share/zoneinfo catalog and give your zone.)
5) reboot ATV

Successes!

Many thanks! Big Grin
find quote
yzeyze Offline
Senior Member
Posts: 104
Joined: Jul 2007
Reputation: 0
Post: #7
Thankyou, worked well.
find quote
KevinSartori Offline
Senior Member
Posts: 289
Joined: Dec 2003
Reputation: 1
Location: Connecticut, USA
Post: #8
Hey! I searched for "AppleTV timezone" and found this post. I'm a new XBMC for AppleTV user, having just moved from Xbox. Could someone work up a simple tutorial for someone not familiar with the above commands? I would like to change my timezone to USA EST using WinSCP and/or PuTTY.

I'm sorry and I feel stupid, but as a Windows user, I just don't understand the directions above.

Thanks!
find quote
xeonicxpression Offline
Senior Member
Posts: 236
Joined: May 2008
Reputation: 0
Post: #9
Well, I assume you know how to login to the Appletv so:
1) login to the appletv using putty
2) cd /usr/share/zoneinfo
3) type ls to see the listing of the folder. Find your local time zone. The US has another folder you have to go into as do other countries. Eastern time would be usr/share/zoneinfo/us/eastern .
4) cd /etc
5) sudo rm localtime
6) sudo ln -s /usr/share/zoneinfo/US/Eastern localtime (Just an example. So again, you need to make sure you have the path correct for your time zone.)
7) sudo shutdown -r now (that will reboot the appletv)

Edit: Changed the instructions to include sudo in the propper lines per Kevin's feedback. Hope this helps anyone that isn't familiar with OS X commands. Just remember, if you get permission denied, you need to add sudo. Also, I take no credit for this. I just expanded on himik's instructions.
(This post was last modified: 2008-10-21 18:15 by xeonicxpression.)
find quote
KevinSartori Offline
Senior Member
Posts: 289
Joined: Dec 2003
Reputation: 1
Location: Connecticut, USA
Post: #10
Thanks for the help, xeonicxpression! Your directions make sense, but I'm stuck at rm localtime. I get Permission denied. I looked up the rm command and learned that it means delete. So I launched WinSCP and tried to delete the file that way and received the following in an error box:

Error deleting file 'localtime'.
---------------------------
Permission denied.
Error code: 3
Error message from server: Permission denied
Request code: 13


I tried doing this both ways in the AppleTV menu and while running XBMC. I'm running Beta 2 on an Apple TV 2.2. Does anyone have any advice?
find quote
Post Reply