Çözüldü Hackintosh Ventura saat dilimi değiştirilemiyor

Bu konu çözüldü olarak işaretlenmiştir. Çözülmediğini düşünüyorsanız konuyu rapor edebilirsiniz.

CMDRKaays_08

Hectopat
Katılım
1 Aralık 2020
Mesajlar
670
Makaleler
1
Çözümler
3
Yer
Akçakoca
Herkese selam. Hackintosh Ventura kurdum sistemime ancak saat dilimini değiştiremiyorum. Ekteki fotoğrafta göründüğü gibi seçenek pasif durumda. Bu sorun nasıl çözülür? Bu arada yukarıdaki seçeneği aktif edince de çözülmüyor, onu önermeyin.

Güncelleme: Sorunu dün yaşıyordum. Nasıl olduysa bugün tekrar açtığımda ve fotoğraftaki seçeneği pasifken aktif yaptığımda saat dilimi Türkiye saat dilimine ayarlandı. Sorun çözüldü.
 

Dosya Ekleri

  • Ekran Resmi 2023-01-26 13.04.05.png
    Ekran Resmi 2023-01-26 13.04.05.png
    129,6 KB · Görüntüleme: 70
Son düzenleme:
Çözüm
Ben de aynı sorunu yaşadım 2 makinem var AMD olanda tekrar kurarak kurulum esnasındaki haritadan seçerek düzelttim. İntel olanı aşağıdaki rehber ile düzelttim.


"sudo -s" ile terminal root olarak açılır
Türkiye için "sudo systemsetup -settimezone Europe/Istanbul"

Step 1: View the List of Timezones​

Use the systemsetup -listtimezones to see the list of valid timeszones you can set.

The list is quite long so you will want to use | more at the end of the command to keep them from all scrolling through the screen.

systemsetup -listtimezones | more

ow-to-change-date-and-time-on-mac-using-terminal-8.png

Just hit the space bar to move through the list.

Step 2: Set the time zone​

Type sudo systemsetup -settimezone [your time zone], “your time zone is the name of the time zone you choose from the list in step 1.
We will use Denver, CO, USA for this example:
sudo systemsetup -settimezone America/Denver
ow-to-change-date-and-time-on-mac-using-terminal-4.png

Step 3: Verify the time zone has been set​

Type the following command into the Terminal and hit enter to verify your time zone was correctly set. The terminal will output “Time Zone:” followed by its current time zone setting.
sudo systemsetup -gettimezone
ow-to-change-date-and-time-on-mac-using-terminal-7.png
Ben de aynı sorunu yaşadım 2 makinem var AMD olanda tekrar kurarak kurulum esnasındaki haritadan seçerek düzelttim. İntel olanı aşağıdaki rehber ile düzelttim.


"sudo -s" ile terminal root olarak açılır
Türkiye için "sudo systemsetup -settimezone Europe/Istanbul"

Step 1: View the List of Timezones​

Use the systemsetup -listtimezones to see the list of valid timeszones you can set.

The list is quite long so you will want to use | more at the end of the command to keep them from all scrolling through the screen.

systemsetup -listtimezones | more

ow-to-change-date-and-time-on-mac-using-terminal-8.png

Just hit the space bar to move through the list.

Step 2: Set the time zone​

Type sudo systemsetup -settimezone [your time zone], “your time zone is the name of the time zone you choose from the list in step 1.
We will use Denver, CO, USA for this example:
sudo systemsetup -settimezone America/Denver
ow-to-change-date-and-time-on-mac-using-terminal-4.png

Step 3: Verify the time zone has been set​

Type the following command into the Terminal and hit enter to verify your time zone was correctly set. The terminal will output “Time Zone:” followed by its current time zone setting.
sudo systemsetup -gettimezone
ow-to-change-date-and-time-on-mac-using-terminal-7.png
 
Çözüm

Geri
Yukarı