You are here

public static function PHPExcel_Shared_TimeZone::getTimeZone in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/TimeZone.php \PHPExcel_Shared_TimeZone::getTimeZone()

* Return the Default Timezone used for date/time conversions * *

Return value

string Timezone (e.g. 'Europe/London')

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/TimeZone.php, line 80

Class

PHPExcel_Shared_TimeZone
PHPExcel_Shared_TimeZone

Code

public static function getTimeZone() {
  return self::$_timezone;
}