Example #1
0
 /**
  * get list of timezones
  *
  * @return array
  */
 public static function getTimeZoneList()
 {
     return \Xoops\Core\Lists\TimeZone::getList();
 }