Commit Graph

4 Commits

Author SHA1 Message Date
OscarL
ae9d917760 timezone_data: update to version 2023c (#9519)
Set make flags also on BUILD(), otherwise tzselect ended up with
the wrong location for TZDIR.

Previous version failed with:
`/bin/tzselect: time zone files are not set up correctly`

Now it finds the files ok, but trying to use it further causes
/bin/date to crash around 7 times in a row (?! UPDATE: fixed in hrev57356).

`> zdump -v America/Buenos_Aires` also works now, while previously
failed with:

`America/Buenos_Aires: No such file or directory`,

or with:

```
> ln -s /boot/system/data/zoneinfo/America/Buenos_Aires /etc/localtime
> zdump -v /etc/localtime
/etc/localtime: No error
```

Now the latter also works OK.
2023-10-29 20:15:31 +01:00
Jerome Duval
f7bf5c94d9 timezone_data: bump version 2022-11-02 09:47:52 +01:00
Jérôme Duval
ee2b055b38 timezone_data: bump version (#7275) 2022-10-12 09:08:40 +02:00
Jerome Duval
b94c3e6718 timezone_data: bump version 2022-02-24 21:38:20 +01:00