Fiji Timezone and Timezones in general
Is there a chance to add a timezone for Suva, Fiji and may be for every capital of every country in the world?
MacBook Pro, Mac OS X (10.5.5)
MacBook Pro, Mac OS X (10.5.5)
roam wrote:
You can send them a message from this site;
http://www.apple.com/contact/feedback.html
franckmartin wrote:
What is funny is that at the OS level, all the timezones are there:
/usr/share/zoneinfo/
but at the GUI level they tried to associate timezones with cities and there are many timezones that do not have an associated city.
Take a look at this topic, where we managed (in Tiger) to put Lord Howe island into the list
roam wrote:
Your suggestion whet my appetite, so I had to find the link. Very useful.
sudo -s
umask 0002; ln -sf /usr/share/zoneinfo/Pacific/Fiji /etc/localtime
cd /System/Library/PreferencePanes/DateAndTime.prefPane/Contents/Resources/TimeZone.prefPane/Contents/Resources/
mv allcitiesadj.plist allcitiesadj.plist.orig
sed '/^</arr/,$c
<array>
<string>-18.1333333</string>
<string>178.4166667</string>
<string>28</string>
<string>Fiji/Suva</string>
<string>FJ</string>
<string>Suva</string>
<string>Fiji</string>
</array>
</array>
</plist>
' allcitiesadj.plist.orig > allcitiesadj.plist
exit
Fiji Timezone and Timezones in general