Function __global->get_server_timezone
Definitions
sources/temporal.php
- Get the timezone the server is configured with.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- Server timezone in "boring" format
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the timezone the server is configured with.
*
* @return string Server timezone in "boring" format
*/
function get_server_timezone() : string
* Get the timezone the server is configured with.
*
* @return string Server timezone in "boring" format
*/
function get_server_timezone() : string
