https://bugzilla.wikimedia.org/show_bug.cgi?id=28655

--- Comment #15 from Ryan Kaldari <[email protected]> 2011-08-19 19:26:55 
UTC ---
That's also a bug on the PHP side:

$tz = new DateTimeZone("Europe/Amsterdam");
$dateObject = new DateTime( '1998', $tz );
echo $dateObject->format( 'Y m d H:i:s' );

outputs: 1998 08 19 20:14:31

Guess we should override it locally.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to