Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tzdb to 2024a; bump version to 0.9.3 #187

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.9.3

- Time zone database updated to 2024d. For your convenience here are the
announcements for [2023d], [2024a].

[2023d]: https://mm.icann.org/pipermail/tz-announce/2023-December.txt
[2024a]: https://mm.icann.org/pipermail/tz-announce/2024-February.txt


# 0.9.2

- Time zone database updated to 2023c. For your convenience here are the
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This package provides the [IANA time zone database] and time zone aware
`DateTime` class, [`TZDateTime`].

The current time zone database version is [2023c]. See [the announcement] for
The current time zone database version is [2024a]. See [the announcement] for
details.

You can update to the current IANA time zone database by running
Expand Down Expand Up @@ -225,9 +225,9 @@ Note, on Windows, you may need to follow [these
steps](https://github.com/srawlins/timezone/issues/60#issuecomment-638411716)
which use WSL.

[2023c]: https://data.iana.org/time-zones/releases/tzcode2023c.tar.gz
[2024a]: https://data.iana.org/time-zones/releases/tzdb-2024a.tar.lz
[IANA time zone database]: https://www.iana.org/time-zones
[Wikipedia list]: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
[`TZDateTime`]: https://pub.dartlang.org/documentation/timezone/latest/timezone.standalone/TZDateTime-class.html
[`TimeZone`]: https://pub.dartlang.org/documentation/timezone/latest/timezone.standalone/TimeZone-class.html
[the announcement]: http://mm.icann.org/pipermail/tz-announce/2023-March/000079.html
[the announcement]: https://mm.icann.org/pipermail/tz/2024-February.txt
2 changes: 1 addition & 1 deletion lib/data/latest.dart

Large diffs are not rendered by default.

Binary file modified lib/data/latest.tzf
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/data/latest_10y.dart

Large diffs are not rendered by default.

Binary file modified lib/data/latest_10y.tzf
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/data/latest_all.dart

Large diffs are not rendered by default.

Binary file modified lib/data/latest_all.tzf
Binary file not shown.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: timezone
version: 0.9.2
version: 0.9.3
description: Time zone database and time zone aware DateTime.
repository: https://github.com/srawlins/timezone
environment:
Expand Down