PHP timezone_version_get() Function

❮ PHP Date/Time Reference

Example

Return the version of the timezonedb:

<?php
echo timezone_version_get();
?>
Try it Yourself »

Definition and Usage

The timezone_version_get() function returns the version of the timezonedb.


Syntax

timezone_version_get()

Technical Details

Return Value: Returns the version of the timezonedb as a string
PHP Version: 5.3+

❮ PHP Date/Time Reference
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.