diff options
author | Derick Rethans <github@derickrethans.nl> | 2019-10-02 23:39:11 +0100 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2019-10-02 23:39:11 +0100 |
commit | a46bdcb6319306131fbb33a7721a1ede742e8421 (patch) | |
tree | cf108279be067d7f9d9a180c4d120a2ccb23d9d9 | |
parent | 3f7da442099b8ae0faf0783c59dd8a291b113443 (diff) | |
download | php-git-a46bdcb6319306131fbb33a7721a1ede742e8421.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 }; |