[AppleTV2] Setting the Time?
#46
myXBMC Wrote:for example Sydney, Australia

ln -s /usr/share/zoneinfo/Etc/GMT+11 localtime

have tired that, and it's still 24hrs behind.. weird!
4x ATV2's (v4.3) XBMC Frodo12.2. Raspberry Pi running MYSQL 5.5.31-0+wheezy1. NAS is a Drobo FS
Reply
#47
applesinafton Wrote:I've tried

usr/share/zoneinfo/America/New_York localtime

And my winscp disconnects.......any help would be great.........

don't forget "In -s"

The following (use either one) is in the same time zone:

ln -s /usr/share/zoneinfo/America/New_York localtime

ln -s /usr/share/zoneinfo/US/Eastern localtime
Reply
#48
thanks for this thread!!

Im going to tackle this!
Reply
#49
matbor Wrote:Anyone have any luck with DST in Australia ? it didn't seem to work well for me, will give it a go again tonight.

myXBMC Wrote:for example Sydney, Australia

ln -s /usr/share/zoneinfo/Etc/GMT+11 localtime

matbor Wrote:have tired that, and it's still 24hrs behind.. weird!

ok, let's try without GMT thingy...remove folder of /Etc/
and be Australia specific where ### = 1 of 23 following possible values

ln -s /usr/share/zoneinfo/Australia/### localtime

ACT
Adelaide
Brisbane
Broken_Hill
Canberra
Currie
Darwin
Eucla
Hobart
LHI
Lindeman
Lord_Howe
Melbourne
North
NSW
Perth
Queensland
South
Sydney
Tasmania
Victoria
West
Yancowinna
Reply
#50
myXBMC Wrote:don't forget "In -s"

The following (use either one) is in the same time zone:

ln -s /usr/share/zoneinfo/America/New_York localtime

ln -s /usr/share/zoneinfo/US/Eastern localtime

I've tried it and now I'm getting An error in winscp

Failed to return code 127

Thanks for the help..........
Reply
#51
Set my time to Melbourne / Victoria, checked local time ok, on command line.
ATV2 shows time 1 hr ahead.

Any idea's I have allowed for daylight savings.


Jules

:confused2:
Reply
#52
Australia/Melbourne works for me.
Reply
#53
I'm in Melbourne too and my time is one hour ahead also! Any suggestions?
Reply
#54
Thumbs Up 
ln -s /usr/share/zoneinfo/Europe/Zurich localtime
perfectly working for Zürich. Thank you!
Reply
#55
Smile 
ln -s /usr/share/zoneinfo/Pacific/Auckland localtime
working perfectly for Auckland, New Zealand DST. Thank you!
Reply
#56
reggiesfriend Wrote:I was looking for the file for Central Time (i live in Chicago)
Here is what I used for Central time. Worked for me

ln -s /usr/share/zoneinfo/US/Central localtime
Reply
#57
Dan Gleibitz Wrote:Australia/Melbourne works for me.

chunkhead Wrote:I'm in Melbourne too and my time is one hour ahead also! Any suggestions?

@chunkhead -

Have you try these specific Australia (along same time zone with Melbourne) such as ACT, Victoria, NSW, Queensland?

myXBMC Wrote:[clip]

be Australia specific where ### = 1 of 23 following possible values

ln -s /usr/share/zoneinfo/Australia/### localtime

ACT
Adelaide
Brisbane
Broken_Hill
Canberra
Currie
Darwin
Eucla
Hobart
LHI
Lindeman
Lord_Howe
Melbourne
North
NSW
Perth
Queensland
South
Sydney
Tasmania
Victoria
West
Yancowinna
Reply
#58
Melbourne is working for me now on both my APTV2's. Thx.
4x ATV2's (v4.3) XBMC Frodo12.2. Raspberry Pi running MYSQL 5.5.31-0+wheezy1. NAS is a Drobo FS
Reply
#59
Well I guess I messed up......I should have read the entire post......I entered this:
ln -s /usr/share/zoneinfo/**America/Chicago** localtime

with the actual "**" in the command. Now when I SSH via putty to fix my error it says
"rm: cannot remove `localtime': No such file or directory"

Please help!
Reply
#60
deano72 Wrote: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


Thanks for posting this. Very useful!
Reply

Logout Mark Read Team Forum Stats Members Help
[AppleTV2] Setting the Time?1