Home >>PHP Date Time Functions >PHP timezone_version_get() function

PHP timezone_version_get() function

PHP timezone_version_get() function

PHPtimezone_version_get() function is used to get the version of the timezone database. It does not accept any parameter. It returns a string containing the version of the timezone database.

Syntax:

timezone_version_get();

Here is an example of timezone_version_get() function in PHP:

<html>
<body>
<?php
echo timezone_version_get();
?>
</body>
</html>
Output:
0.system

No Sidebar ads