Kodi Community Forum
[AppleTV2] Setting the Time? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: iOS & tvOS (https://forum.kodi.tv/forumdisplay.php?fid=137)
+---- Thread: [AppleTV2] Setting the Time? (/showthread.php?tid=91521)

Pages: 1 2 3 4 5 6


- matbor - 2011-02-25

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!


- myXBMC - 2011-02-25

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


Buffering Issue: Fastpasstv/Icefilms/Other ad-ons - Capecodmacguy - 2011-02-25

thanks for this thread!!

Im going to tackle this!


- myXBMC - 2011-02-25

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


No luck - applesinafton - 2011-02-25

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..........


Time issues - jules1976 - 2011-02-28

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:


- Dan Gleibitz - 2011-02-28

Australia/Melbourne works for me.


- chunkhead - 2011-03-05

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


thank you - tiibor - 2011-03-10

ln -s /usr/share/zoneinfo/Europe/Zurich localtime
perfectly working for Zürich. Thank you!


- brutisb - 2011-03-16

ln -s /usr/share/zoneinfo/Pacific/Auckland localtime
working perfectly for Auckland, New Zealand DST. Thank you!


- wassabi - 2011-03-17

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


- myXBMC - 2011-03-17

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



- matbor - 2011-03-18

Melbourne is working for me now on both my APTV2's. Thx.


- Alpha8Me - 2011-03-28

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!


Great info! - @rtigs - 2011-04-05

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!