The timezone_version_get() function returns the version of the timezone db.
PHP timezone_version_get() Function has the following syntax.
timezone_version_get()
PHP timezone_version_get() Function returns the version of the timezone db as a string.
Return the version of the timezone db:
<?php
echo timezone_version_get();
?>
The code above generates the following result.