File path: dist/twist/Core/Utilities/Localisation.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
getTimezone
— Get a single-dimensional array of timezone information related to the provided timezone code.
Name | Description |
---|---|
$strTimezoneCode | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strTimezoneCode = 'foo';
//Call the function getTimezone with the example vars
Twist::Localisation() -> getTimezone($strTimezoneCode);