Hi Toby, I saw your tests for the datetime support in PO. You instantiate a DateTime object via new DateTime( '@327535200' ) in testNoConversionOnUpdate(). This would normally throw a warning (or notice?) if you did not set a default timezone in your php.ini. I suggest to develop always without a default timezone in the php.ini. This way you're immediately warned about missing information, which is crucial when dealing e.g. with a travel booking engine.
Just my 2c. Cheers, Thomas Koch -- Components mailing list [email protected] http://lists.ez.no/mailman/listinfo/components
