Skip to content

Commit

Permalink
Bump tzdb to 2024a; bump version to 0.9.3 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrs authored Apr 3, 2024
1 parent dd7fef4 commit 3e75b99
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 7 deletions.
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

0 comments on commit 3e75b99

Please sign in to comment.