Implements the magic __clone method.
Deep-clones the DateTime object we're wrapping.
public function __clone() { $this->dateTimeObject = clone $this->dateTimeObject; }