Esempio n. 1
0
	public function __construct($year=false, $month=false, $day=false, $GMTDiff="none") {
		parent::__construct($year, $month, $day, $GMTDiff);
		$this->GMT=$GMTDiff;
	}