Comment 2 for bug 1437088

Revision history for this message
Robert Lyon (robertl-9) wrote :

Hi Bernard,

The external feed extracts the date from the feed using getDate() in htdocs/lib/pear/XML/Feed/Parser/Type.php
in Mahara, and that in turn uses the strtotime() function in PHP.

Part of the documentation for that function says: "Each parameter of this function uses the default time zone unless a time zone is specified in that parameter."

So the things we'll need to know to test this is
1) The URL of the feed used
2) What timezone is your PHP/Database operating in?

Cheers

Robert