[SOLVED] New Time in Egypt impossible to change to

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

[SOLVED] New Time in Egypt impossible to change to

Postby hosadeeb » Apr 28th, '23, 12:50

Hi,
Our time in my country (Egypt) is now applying Summer Time, but my computer clock would not change. Is there a way I'm not aware of to get that working?

Thanks a million in advance.

Hosam Adeeb Nashed
Last edited by hosadeeb on May 2nd, '23, 07:14, edited 1 time in total.
hosadeeb
 
Posts: 100
Joined: Feb 6th, '13, 12:49

Re: New Time in Egypt impossible to change to

Postby doktor5000 » Apr 28th, '23, 15:58

It would help if you could add some context information what particular timezone you have currently configured, what desktop environment you're using and whether you have enabled NTP or not, apart from the Mageia release this is about.
The output as user of
Code: Select all
timedatectl
would also be pretty helpful.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18037
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: New Time in Egypt impossible to change to

Postby hosadeeb » Apr 28th, '23, 16:59

My TimeZone is Africa/Cairo, XFCE, ntpd is indeed enabled.

Code: Select all
               Local time: Fri 2023-04-28 16:56:45 EET
           Universal time: Fri 2023-04-28 14:56:45 UTC
                 RTC time: Fri 2023-04-28 16:56:45   
                Time zone: Egypt (EET, +0200)         
System clock synchronized: yes                       
              NTP service: active                     
          RTC in local TZ: yes
Last edited by doktor5000 on Apr 28th, '23, 18:50, edited 1 time in total.
Reason: removed quote, added code tags
hosadeeb
 
Posts: 100
Joined: Feb 6th, '13, 12:49

Re: New Time in Egypt impossible to change to

Postby doktor5000 » Apr 28th, '23, 19:04

You're currently still on EET which is regular time. EEST would be summer time. Can you also post the output of
Code: Select all
cat /etc/sysconfig/clock
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18037
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: New Time in Egypt impossible to change to

Postby hosadeeb » Apr 29th, '23, 03:21

Code: Select all
ARC=false
UTC=false
ZONE=Egypt



Added code tags ~Germ
hosadeeb
 
Posts: 100
Joined: Feb 6th, '13, 12:49

Re: New Time in Egypt impossible to change to

Postby hosadeeb » Apr 29th, '23, 03:37

I noticed something strange in drakconf, when dealing with Date and Time:
When I open that page, it shows the NTP option as inactive, despite its being active! I activate it, and choose the pool server, and hit OK. Now, when I re-open the same page, I find the option seemingly inactive again!!! But it is indeed active!!!

What's happening?!
hosadeeb
 
Posts: 100
Joined: Feb 6th, '13, 12:49

Re: New Time in Egypt impossible to change to

Postby doktor5000 » Apr 29th, '23, 14:57

There's no need to use more then one exclamation mark, otherwise that is considered yelling which is disregarded.
This is an issue since mga8, check https://bugs.mageia.org/show_bug.cgi?id=27195
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18037
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: New Time in Egypt impossible to change to

Postby doktor5000 » Apr 29th, '23, 18:00

From a quick check of the timezone definition for Egypt it seems daylight saving change information ends at 2014, although I'm not an expert on that. Maybe someone else from Egypt can confirm if this works for them.

You can check yourself with
Code: Select all
zdump -V /usr/share/zoneinfo/Egypt | tail -25

Although the EET zone definition seems to be fine, not sure whether this is a bug in drakclock so that it selects the wrong timezone.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18037
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: New Time in Egypt impossible to change to

Postby artenox » Apr 29th, '23, 18:58

Information about the new Egyptian time appeared in the timezone 2023c package (aka tzdata). Mageia 8 currently has timezone 2022g. You can try to install the package from Mageia 9, but I think it will not work.
timezone-2023c-1.mga9.x86_64.rpm
artenox
 
Posts: 15
Joined: Mar 24th, '23, 11:08

Re: New Time in Egypt impossible to change to

Postby Germ » Apr 29th, '23, 19:41

You shouldn't mix release packages. Sometimes it works OK. Sometimes you have more problems than the original problem.
Starting in 1999: Mandrake > Mandriva > Mageia
Linux User #274693
User avatar
Germ
 
Posts: 710
Joined: Mar 30th, '11, 13:16
Location: Chelsea, Oklahoma USA

Re: New Time in Egypt impossible to change to

Postby doktor5000 » Apr 30th, '23, 02:32

Shouldn't be an issue for a quick test, it only contains timezone definitions. After testing it, create a bugreport and ask for it to be submitted to 8/updates_testing too.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18037
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: New Time in Egypt impossible to change to

Postby hosadeeb » Apr 30th, '23, 07:04

Well, I tried to install the said package (if only for testing as you said), but it requires installing a newer GLIBC. Frankly, I panicked... I didn't know if it would be safe to just use --force while installing. What do you suggest?
hosadeeb
 
Posts: 100
Joined: Feb 6th, '13, 12:49

Re: New Time in Egypt impossible to change to

Postby sturmvogel » Apr 30th, '23, 08:31

I did a quick test in a Mageia 9 virtualbox. The time for Egypt shows correct summertime there. So a bugreport for Mageia 8 with update request for the mentioned package should suffice.
sturmvogel
 
Posts: 738
Joined: Jul 30th, '12, 00:39


Re: New Time in Egypt impossible to change to

Postby Bequimao » Apr 30th, '23, 22:27

A workaround may be select another matching timezone. This worked for me on a not supported Android cellphone.
Bequimao
 
Posts: 111
Joined: Jun 3rd, '11, 21:51
Location: Minas Gerais, Brazil

Re: New Time in Egypt impossible to change to

Postby doktor5000 » May 1st, '23, 15:45

FWIW, directly selecting EET as timezone should work.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18037
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: New Time in Egypt impossible to change to

Postby hosadeeb » May 2nd, '23, 07:13

It did indeed work! At last! A million thanks!
hosadeeb
 
Posts: 100
Joined: Feb 6th, '13, 12:49

Re: [SOLVED] New Time in Egypt impossible to change to

Postby artenox » May 9th, '23, 02:13

artenox
 
Posts: 15
Joined: Mar 24th, '23, 11:08

Re: [SOLVED] New Time in Egypt impossible to change to

Postby doktor5000 » May 9th, '23, 16:22

An arbitrary version number of a package as comparison is your criticism, because the version number on Ubuntu is 2023c instead of 2022, and because cloning Debian packages is that hard ?
Did you actually compare the relevant contents or only the version numbers ?
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18037
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest

cron