diff options
| author | Derick Rethans <github@derickrethans.nl> | 2020-10-08 15:05:39 +0100 |
|---|---|---|
| committer | Derick Rethans <github@derickrethans.nl> | 2020-10-08 15:05:39 +0100 |
| commit | c8929dc17ec6392359d87e68aff88c11454fecd6 (patch) | |
| tree | 33a6f9930a6fa9916f73df025ed2b20499030665 | |
| parent | a2e7b31fac0444b37a5db8fe18bb910356eb8dd3 (diff) | |
| download | php-git-c8929dc17ec6392359d87e68aff88c11454fecd6.tar.gz | |
Updated to version 2020.2 (2020b)
| -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 aa1656ab3a..964b484c49 100644 --- a/ext/date/lib/timezonedb.h +++ b/ext/date/lib/timezonedb.h @@ -47533,4 +47533,4 @@ const unsigned char timelib_timezone_db_data_builtin[269774] = { #endif 0x00, 0x89, 0x54, 0x40, 0x01, 0x12, 0xA8, 0x80, 0x00, 0x00, 0x00, 0x00,}; -const timelib_tzdb timezonedb_builtin = { "2020.1", 595, timezonedb_idx_builtin, timelib_timezone_db_data_builtin }; +const timelib_tzdb timezonedb_builtin = { "2020.2", 595, timezonedb_idx_builtin, timelib_timezone_db_data_builtin }; |
