Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

timezone_version_get

Description

The timezone_version_get of Date / Time for PHP gets the version of the timezonedb.

Syntax

timezone_version_get ( void ) : string

Return

Returns a string.

Examples

1

<?

$return = timezone_version_get();

echo $return;

?>
2024.1
HomeMenu