XenForo 2: saat ayarları ve yönetimi nasıl yapılır?
Dikkat edilmesi gereken detaylar
XenForo saat tarih format değişimi
Tarih formatlar;
- Ağu 29, 2020
- Ağustos 29, 2020
- 29 Ağu 2020
- 29 Ağustos 2020
- 29/8/20
- 8/29/20
- Daha farklı biçimler için diğerler alanı ile size özel bir dilim ayarlayabilirsiniz.
Saat formatları;
- 9:30 PM
- 21:30
- Daha farklı biçimler için diğerler alanı ile size özel bir dilim ayarlayabilirsiniz.
Bu ayarlara erişmek için
Admincp >> Görünüm ve diller >> Dilleriniz >> Forum dili seçin >> Tarih formatı ve Zaman formatıXenForo için saat ayarı
Ve sonuç;
İşte çalıştırılması geren sorgu :
Bu sorugu tüm kullanıcılarınızı (UTC+03:00) Moscow, St. Petersburg, Volgograd saat dilimine geçirecektir.UPDATE xf_user SET timezone = 'Europe/Moscow'
Farklı saat dilim için sadece sorgu içinde bulunan Europe/Moscow alanını değiştirmeniz yeterlidir.
İşte diğer saat dilimleri için gerekli sorgular;
xf_user SET timezone = 'Pacific/Midway' >> (UTC-11:00) American Samoa
xf_user SET timezone = 'Pacific/Honolulu' >> (UTC-10:00) Hawaii
xf_user SET timezone = 'Pacific/Marquesas' >> (UTC-09:30) Marquesas Islands
xf_user SET timezone = 'America/Anchorage' >> (UTC-09:00) Alaska
xf_user SET timezone = 'America/Los_Angeles' >> (UTC-08:00) Pacific Time (US & Canada)
xf_user SET timezone = 'America/Santa_Isabel' >> (UTC-08:00) Baja California
xf_user SET timezone = 'America/Tijuana' >> (UTC-08:00) Tijuana
xf_user SET timezone = 'America/Denver' >> (UTC-07:00) Mountain Time (US & Canada)
xf_user SET timezone = 'America/Chihuahua' >> (UTC-07:00) Chihuahua, La Paz, Mazatlan
xf_user SET timezone = 'America/Phoenix' >> (UTC-07:00) Arizona
xf_user SET timezone = 'America/Chicago' >> (UTC-06:00) Central Time (US & Canada)
xf_user SET timezone = 'America/Belize' >> (UTC-06:00) Saskatchewan, Central America
xf_user SET timezone = 'America/Mexico_City' >> (UTC-06:00) Guadalajara, Mexico City, Monterrey
xf_user SET timezone = 'Pacific/Easter' >> (UTC-06:00) Easter Island
xf_user SET timezone = 'America/New_York' >> (UTC-05:00) Eastern Time (US & Canada)
xf_user SET timezone = 'America/Havana' >> (UTC-05:00) Cuba
xf_user SET timezone = 'America/Bogota' >> (UTC-05:00) Bogota, Lima, Quito
xf_user SET timezone = 'America/Caracas' >> (UTC-04:30) Caracas
xf_user SET timezone = 'America/Halifax' >> (UTC-04:00) Atlantic Time (Canada)
xf_user SET timezone = 'America/Goose_Bay' >> (UTC-04:00) Atlantic Time (Goose Bay)
xf_user SET timezone = 'America/Asuncion' >> (UTC-04:00) Asuncion
xf_user SET timezone = 'America/Santiago' >> (UTC-04:00) Santiago
xf_user SET timezone = 'America/Cuiaba' >> (UTC-04:00) Cuiaba
xf_user SET timezone = 'America/La_Paz' >> (UTC-04:00) Georgetown, La Paz, Manaus, San Juan
xf_user SET timezone = 'America/St_Johns' >> (UTC-03:30) Newfoundland
xf_user SET timezone = 'America/Argentina/Buenos_Aires' >> (UTC-03:00) Buenos Aires
xf_user SET timezone = 'America/Argentina/San_Luis' >> (UTC-03:00) San Luis
xf_user SET timezone = 'America/Argentina/Mendoza' >> (UTC-03:00) Argentina, Cayenne, Fortaleza
xf_user SET timezone = 'Atlantic/Stanley' >> (UTC-03:00) Falkland Islands
xf_user SET timezone = 'America/Godthab' >> (UTC-03:00) Greenland
xf_user SET timezone = 'America/Montevideo' >> (UTC-03:00) Montevideo
xf_user SET timezone = 'America/Sao_Paulo' >> (UTC-03:00) Brasilia
xf_user SET timezone = 'America/Miquelon' >> (UTC-03:00) Saint Pierre and Miquelon
xf_user SET timezone = 'America/Noronha' >> (UTC-02:00) Mid-Atlantic
xf_user SET timezone = 'Atlantic/Cape_Verde' >> (UTC-01:00) Cape Verde Is.
xf_user SET timezone = 'Atlantic/Azores' >> (UTC-01:00) Azores
xf_user SET timezone = 'Europe/London' >> (UTC) Dublin, Edinburgh, Lisbon, London
xf_user SET timezone = 'Africa/Casablanca' >> (UTC) Casablanca
xf_user SET timezone = 'Atlantic/Reykjavik' >> (UTC) Monrovia, Reykjavik
xf_user SET timezone = 'Europe/Amsterdam' >> (UTC+01:00) Central European Time
xf_user SET timezone = 'Africa/Algiers' >> (UTC+01:00) West Central Africa
xf_user SET timezone = 'Africa/Windhoek' >> (UTC+01:00) Windhoek
xf_user SET timezone = 'Africa/Tunis' >> (UTC+01:00) Tunis
xf_user SET timezone = 'Europe/Athens' >> (UTC+02:00) Eastern European Time
xf_user SET timezone = 'Africa/Johannesburg' >> (UTC+02:00) South Africa Standard Time
xf_user SET timezone = 'Europe/Kaliningrad' >> (UTC+02:00) Kaliningrad
xf_user SET timezone = 'Asia/Amman' >> (UTC+02:00) Amman
xf_user SET timezone = 'Asia/Beirut' >> (UTC+02:00) Beirut
xf_user SET timezone = 'Africa/Cairo' >> (UTC+02:00) Cairo
xf_user SET timezone = 'Asia/Jerusalem' >> (UTC+02:00) Jerusalem
xf_user SET timezone = 'Asia/Gaza' >> (UTC+02:00) Gaza
xf_user SET timezone = 'Asia/Damascus' >> (UTC+02:00) Syria
xf_user SET timezone = 'Europe/Moscow' >> (UTC+03:00) Moscow, St. Petersburg, Volgograd
xf_user SET timezone = 'Europe/Minsk' >> (UTC+03:00) Minsk
xf_user SET timezone = 'Africa/Nairobi' >> (UTC+03:00) Nairobi, Baghdad, Kuwait, Qatar, Riyadh
xf_user SET timezone = 'Asia/Tehran' >> (UTC+03:30) Tehran
xf_user SET timezone = 'Asia/Dubai' >> (UTC+04:00) Abu Dhabi, Muscat, Tbilisi
xf_user SET timezone = 'Asia/Yerevan' >> (UTC+04:00) Yerevan
xf_user SET timezone = 'Asia/Baku' >> (UTC+04:00) Baku
xf_user SET timezone = 'Indian/Mauritius' >> (UTC+04:00) Mauritius
xf_user SET timezone = 'Asia/Kabul' >> (UTC+04:30) Kabul
xf_user SET timezone = 'Asia/Yekaterinburg' >> (UTC+05:00) Ekaterinburg
xf_user SET timezone = 'Asia/Tashkent' >> (UTC+05:00) Tashkent, Karachi
xf_user SET timezone = 'Asia/Kolkata' >> (UTC+05:30) Chennai, Kolkata, Mumbai, New Delhi
xf_user SET timezone = 'Asia/Kathmandu' >> (UTC+05:45) Kathmandu
xf_user SET timezone = 'Asia/Novosibirsk' >> (UTC+06:00) Novosibirsk
xf_user SET timezone = 'Asia/Dhaka' >> (UTC+06:00) Astana, Dhaka
xf_user SET timezone = 'Asia/Almaty' >> (UTC+06:00) Almaty, Bishkek, Qyzylorda
xf_user SET timezone = 'Asia/Yangon' >> (UTC+06:30) Yangon (Rangoon)
xf_user SET timezone = 'Asia/Krasnoyarsk' >> (UTC+07:00) Krasnoyarsk
xf_user SET timezone = 'Asia/Bangkok' >> (UTC+07:00) Bangkok, Hanoi, Jakarta
xf_user SET timezone = 'Asia/Irkutsk' >> (UTC+08:00) Irkutsk
xf_user SET timezone = 'Asia/Hong_Kong' >> (UTC+08:00) Beijing, Chongqing, Hong Kong, Urumqi
xf_user SET timezone = 'Asia/Singapore' >> (UTC+08:00) Kuala Lumpur, Singapore
xf_user SET timezone = 'Australia/Perth' >> (UTC+08:00) Perth
xf_user SET timezone = 'Asia/Yakutsk' >> (UTC+09:00) Yakutsk
xf_user SET timezone = 'Asia/Tokyo' >> (UTC+09:00) Osaka, Sapporo, Tokyo
xf_user SET timezone = 'Asia/Seoul' >> (UTC+09:00) Seoul
xf_user SET timezone = 'Australia/Adelaide' >> (UTC+09:30) Adelaide
xf_user SET timezone = 'Australia/Darwin' >> (UTC+09:30) Darwin
xf_user SET timezone = 'Asia/Vladivostok' >> (UTC+10:00) Vladivostok
xf_user SET timezone = 'Asia/Magadan' >> (UTC+10:00) Magadan
xf_user SET timezone = 'Australia/Brisbane' >> (UTC+10:00) Brisbane, Guam
xf_user SET timezone = 'Australia/Sydney' >> (UTC+10:00) Sydney, Melbourne, Hobart
xf_user SET timezone = 'Pacific/Noumea' >> (UTC+11:00) Solomon Is., New Caledonia
xf_user SET timezone = 'Pacific/Norfolk' >> (UTC+11:30) Norfolk Island
xf_user SET timezone = 'Asia/Anadyr' >> (UTC+12:00) Anadyr, Kamchatka
xf_user SET timezone = 'Pacific/Auckland' >> (UTC+12:00) Auckland, Wellington
xf_user SET timezone = 'Pacific/Fiji' >> (UTC+12:00) Fiji
xf_user SET timezone = 'Pacific/Chatham' >> (UTC+12:45) Chatham Islands
xf_user SET timezone = 'Pacific/Apia' >> (UTC+13:00) Apia, Samoa
xf_user SET timezone = 'Pacific/Kiritimati' >> (UTC+14:00) Kiritimati