format( 'U' ); } /** * Method for de-serialization after var_export(). * * This methid must be implemented to allow proper de-serialization of * converter objects, when they are exported using {@link var_export()}. * * @param array $state * @return ezcPersistentPropertyConverter */ public static function __set_state( array $state ) { return new ezcPersistentPropertyDateTimeConverter(); } } ?>