Return the version of the time zone database:
<?phpecho timezone_version_get();?>The timezone_version_get() function returns the version of the timezone database.
timezone_version_get();
| Return value: | Returns the version of the time zone database as a string. |
|---|---|
| PHP version: | 5.3+ |