diff options
author | Derick Rethans <github@derickrethans.nl> | 2019-10-02 23:39:12 +0100 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2019-10-02 23:39:12 +0100 |
commit | a0eef7067be43f785a3948ed10b8f3f9a4a579c1 (patch) | |
tree | e9471d84599e391238dff0caced63def7730e8c5 | |
parent | bf0a39a1c60933e494bce601afc3bc599f9388b8 (diff) | |
download | php-git-a0eef7067be43f785a3948ed10b8f3f9a4a579c1.tar.gz |
Updated to version 2019.3 (2019c)
-rw-r--r-- | ext/date/lib/timezonedb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/lib/timezonedb.h b/ext/date/lib/timezonedb.h index edca90a8ab..9f13605a70 100644 --- a/ext/date/lib/timezonedb.h +++ b/ext/date/lib/timezonedb.h @@ -47480,4 +47480,4 @@ const unsigned char timelib_timezone_db_data_builtin[269449] = { #endif 0x00, 0x89, 0x54, 0x40, 0x01, 0x12, 0xA8, 0x80, 0x00, 0x00, 0x00, 0x00,}; -const timelib_tzdb timezonedb_builtin = { "2019.2", 594, timezonedb_idx_builtin, timelib_timezone_db_data_builtin }; +const timelib_tzdb timezonedb_builtin = { "2019.3", 594, timezonedb_idx_builtin, timelib_timezone_db_data_builtin }; |