Whatsup - לינוקס, תוכנה חופשית וקוד פתוח בעברית

יישומים כללי - שעון קיץ בדביאן לא הועבר בהתאם ל DST בישראל

Anonymous - 26/03/2021 - 09:22
נושא ההודעה: שעון קיץ בדביאן לא הועבר בהתאם ל DST בישראל
שעון קיץ (DST) לא עבר בדביאן בולסאי :

cat /etc/debian_version
bullseye/sid

cat /etc/timezone
Asia/Jerusalem

zdump -c 2021 -v Asia/Jerusalem | grep 2021

לא מחזיר שום פלט

zdump -c 2020,2021 -v Asia/Jerusalem
Asia/Jerusalem -9223372036854775808 = NULL
Asia/Jerusalem -9223372036854689408 = NULL
Asia/Jerusalem Thu Mar 26 23:59:59 2020 UT = Fri Mar 27 01:59:59 2020 IST isdst=0 gmtoff=7200
Asia/Jerusalem Fri Mar 27 00:00:00 2020 UT = Fri Mar 27 03:00:00 2020 IDT isdst=1 gmtoff=10800
Asia/Jerusalem Sat Oct 24 22:59:59 2020 UT = Sun Oct 25 01:59:59 2020 IDT isdst=1 gmtoff=10800
Asia/Jerusalem Sat Oct 24 23:00:00 2020 UT = Sun Oct 25 01:00:00 2020 IST isdst=0 gmtoff=7200
Asia/Jerusalem 9223372036854689407 = NULL
Asia/Jerusalem 9223372036854775807 = NULL


apt-cache policy tzdata
tzdata:
Installed: 2021a-1
Candidate: 2021a-1
Version table:
*** 2021a-1 800
800 http://deb.debian.org/debian bullseye/main amd64 Packages
100 /var/lib/dpkg/status
Anonymous - 26/03/2021 - 10:11
נושא ההודעה:
מה שמשנה בפועל:
קוד:

$ zdump -v /etc/localtime | grep 2021
/etc/localtime  Thu Mar 25 23:59:59 2021 UT = Fri Mar 26 01:59:59 2021 IST isdst=0 gmtoff=7200
/etc/localtime  Fri Mar 26 00:00:00 2021 UT = Fri Mar 26 03:00:00 2021 IDT isdst=1 gmtoff=10800
/etc/localtime  Sat Oct 30 22:59:59 2021 UT = Sun Oct 31 01:59:59 2021 IDT isdst=1 gmtoff=10800
/etc/localtime  Sat Oct 30 23:00:00 2021 UT = Sun Oct 31 01:00:00 2021 IST isdst=0 gmtoff=7200

 ls -l /etc/localtime
lrwxrwxrwx 1 root root 34 Feb  4 08:40 /etc/localtime -> /usr/share/zoneinfo/Asia/Jerusalem


הגדרות אזור הזמן של ישראל לא השתנו בשנים האחרנות ולכן לא צריכים גרסה מעודכנת במיוחד של tzdata.

כמוכן, מהו הפלט של:
timedatectl
Anonymous - 26/03/2021 - 10:12
נושא ההודעה:
(וחוץ מזה: בול*ז*איי)
Anonymous - 26/03/2021 - 10:39
נושא ההודעה:
צפריר :
מה שמשנה בפועל:
קוד:

$ zdump -v /etc/localtime | grep 2021
/etc/localtime  Thu Mar 25 23:59:59 2021 UT = Fri Mar 26 01:59:59 2021 IST isdst=0 gmtoff=7200
/etc/localtime  Fri Mar 26 00:00:00 2021 UT = Fri Mar 26 03:00:00 2021 IDT isdst=1 gmtoff=10800
/etc/localtime  Sat Oct 30 22:59:59 2021 UT = Sun Oct 31 01:59:59 2021 IDT isdst=1 gmtoff=10800
/etc/localtime  Sat Oct 30 23:00:00 2021 UT = Sun Oct 31 01:00:00 2021 IST isdst=0 gmtoff=7200

 ls -l /etc/localtime
lrwxrwxrwx 1 root root 34 Feb  4 08:40 /etc/localtime -> /usr/share/zoneinfo/Asia/Jerusalem


הגדרות אזור הזמן של ישראל לא השתנו בשנים האחרנות ולכן לא צריכים גרסה מעודכנת במיוחד של tzdata.

כמוכן, מהו הפלט של:
timedatectl


איך משיגים גרסה חדשה יותר של tzdata בבולזאי לפי הפלט יש לי של 2021a?



קוד:

imedatectl
               Local time: Fri 2021-03-26 09:36:16 IDT
           Universal time: Fri 2021-03-26 06:36:16 UTC
                 RTC time: Fri 2021-03-26 09:36:15
                Time zone: Asia/Jerusalem (IDT, +0300)
System clock synchronized: no
              NTP service: inactive
          RTC in local TZ: yes

Anonymous - 26/03/2021 - 10:40
נושא ההודעה:
והפלט של :

קוד:

zdump  -v /etc/localtime  | grep 2021
/etc/localtime  Thu Mar 25 23:59:59 2021 UT = Fri Mar 26 01:59:59 2021 IST isdst=0 gmtoff=7200
/etc/localtime  Fri Mar 26 00:00:00 2021 UT = Fri Mar 26 03:00:00 2021 IDT isdst=1 gmtoff=10800
/etc/localtime  Sat Oct 30 22:59:59 2021 UT = Sun Oct 31 01:59:59 2021 IDT isdst=1 gmtoff=10800
/etc/localtime  Sat Oct 30 23:00:00 2021 UT = Sun Oct 31 01:00:00 2021 IST isdst=0 gmtoff=7200

Anonymous - 26/03/2021 - 10:43
נושא ההודעה:
Anonymous :
צפריר :
מה שמשנה בפועל:
קוד:

$ zdump -v /etc/localtime | grep 2021
/etc/localtime  Thu Mar 25 23:59:59 2021 UT = Fri Mar 26 01:59:59 2021 IST isdst=0 gmtoff=7200
/etc/localtime  Fri Mar 26 00:00:00 2021 UT = Fri Mar 26 03:00:00 2021 IDT isdst=1 gmtoff=10800
/etc/localtime  Sat Oct 30 22:59:59 2021 UT = Sun Oct 31 01:59:59 2021 IDT isdst=1 gmtoff=10800
/etc/localtime  Sat Oct 30 23:00:00 2021 UT = Sun Oct 31 01:00:00 2021 IST isdst=0 gmtoff=7200

 ls -l /etc/localtime
lrwxrwxrwx 1 root root 34 Feb  4 08:40 /etc/localtime -> /usr/share/zoneinfo/Asia/Jerusalem


הגדרות אזור הזמן של ישראל לא השתנו בשנים האחרנות ולכן לא צריכים גרסה מעודכנת במיוחד של tzdata.

כמוכן, מהו הפלט של:
timedatectl


איך משיגים גרסה חדשה יותר של tzdata בבולזאי לפי הפלט יש לי של 2021a?



קוד:

imedatectl
               Local time: Fri 2021-03-26 09:36:16 IDT
           Universal time: Fri 2021-03-26 06:36:16 UTC
                 RTC time: Fri 2021-03-26 09:36:15
                Time zone: Asia/Jerusalem (IDT, +0300)
System clock synchronized: no
              NTP service: inactive
          RTC in local TZ: yes



נראה לי מצאתי :

קוד:

Warning: The system is configured to read the RTC time in the local time zone.
         This mode cannot be fully supported. It will create various problems
         with time zone changes and daylight saving time adjustments. The RTC
         time is never updated, it relies on external facilities to maintain it.
         If at all possible, use RTC in UTC by calling
         'timedatectl set-local-rtc 0'.


סליחה
כל הזמנים הם GMT + 2 שעות