コード例 #1
0
ファイル: DateUtil.php プロジェクト: xmachadox3/fjrsomecode
 /**
  * Function to get the current time under Venezuelan TimeZone
  */
 public static function getTimeUnderVzlaTZ()
 {
     DateUtil::initDateTimeObj();
     return DateUtil::$dateTimeObj->format('H:i:s');
 }