timezones-ical-library 1.9.1 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Readme.md +3 -2
- package/dist/cjs/index.js +4 -4
- package/dist/mjs/index.js +4 -4
- package/dist/tzlib.js +4 -4
- package/package.json +8 -8
package/Readme.md
CHANGED
|
@@ -31,7 +31,7 @@ Run ...
|
|
|
31
31
|
sudo sh update-tzdata.sh tzVersionNumber
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
... with _tzVersionNumber_ being the version of the [IANA time zone database](https://www.iana.org/time-zones) you want to use (e.g. sudo sh update-tzdata.sh
|
|
34
|
+
... with _tzVersionNumber_ being the version of the [IANA time zone database](https://www.iana.org/time-zones) you want to use (e.g. sudo sh update-tzdata.sh 2025b).
|
|
35
35
|
|
|
36
36
|
<br />
|
|
37
37
|
|
|
@@ -172,7 +172,8 @@ Licensed under [Apache-2.0](LICENSE).
|
|
|
172
172
|
|
|
173
173
|

|
|
174
174
|
|
|
175
|
-
- v1.
|
|
175
|
+
- v1.10 : upgrading to latest vzic improvements
|
|
176
|
+
- v1.9 : database update (2025b)
|
|
176
177
|
- v1.8 : database update (2024a)
|
|
177
178
|
- v1.7 : database update (2023c)
|
|
178
179
|
- v1.6 : database update (2022g)
|