Tomasz Kłoczko

Results 2524 comments of Tomasz Kłoczko

AFAIK all Linux/*Solaris/*BSD distros are using slim version 🤔

> I've just looked at the SLES and CentOS (7,8,9) packages, they all seem to be fat. OK I was wrong. > What distro are you using? MIne own. However...

> Just an update here, I was going to implement a slim parser only to find that dateutils is already capable of reading slim zones. So it must be the...

OK looks like file command shows that I have fat files ```console [tkloczko@devel-g2v BUILD]$ rpm -ql tzdata | xargs file | grep "timezone data (fat)" | wc -l 1786 [tkloczko@devel-g2v...

```console [tkloczko@devel-g2v SPECS]$ file /usr/share/zoneinfo/Europe/London /usr/share/zoneinfo/Europe/London: timezone data (fat), version 2, 7 gmt time flags, 7 std time flags, no leap seconds, 242 transition times, 7 local time types, 17...

1.8MB it is size of the whole tzdata package with all tz binariy databases 😄 Mine has exactly the same size. ```console [tkloczko@devel-g2v SPECS]$ ls -l /usr/share/zoneinfo/Europe/London -rw-r--r--. 7 root...

```console [tkloczko@devel-g2v SPECS]$ datezone --next Europe/London 2022-10-30T02:00:00+01:00 -> 2022-10-30T01:00:00+00:00 Europe/London ```

gentle ping .. 😋 Any update? Just checked 0.4.10 and looks like test suite still is failing. ```console =========================================== dateutils 0.4.10: test/test-suite.log =========================================== # TOTAL: 886 # PASS: 856 #...

I don't see anything like that in for example Fedora spec file https://src.fedoraproject.org/rpms/tzdata/blob/rawhide/f/tzdata.spec My own tzdata.spec is almost identical to that one.

Please find my tzdata files in attachment [tzdata-2021e.tar.gz](https://github.com/hroptatyr/dateutils/files/8778771/tzdata-2021e.tar.gz)