예제 #1
0
 /**
  * Function to get the current time under Venezuelan TimeZone
  */
 public static function getTimeUnderVzlaTZ()
 {
     DateUtil::initDateTimeObj();
     return DateUtil::$dateTimeObj->format('H:i:s');
 }