Reviewed: https://reviews.mahara.org/1080 Committed: http://gitorious.org/mahara/mahara/commit/5227f0a0f3dca20a47b684628bd228d0d64579a2 Submitter: Hugh Davenport ([email protected]) Branch: master
commit 5227f0a0f3dca20a47b684628bd228d0d64579a2 Author: Francois Marier <[email protected]> Date: Tue Feb 28 16:46:29 2012 +1300 Revert "Date format for windows(bug #671456)" While this fixed dates on Windows, it broke them on Solaris, OSX and BSD (bug #795494). This reverts commit c78df32c3d8060f6c7115eb217b03212cf9e5749. Change-Id: Ib74acd94ae202ec65cd6c08369e258c3c750aacc Signed-off-by: Francois Marier <[email protected]> -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/671456 Title: Some time/date settings in langconfig.php are not compatible with Windows Status in Mahara ePortfolio: Fix Released Bug description: According to the note for %e on http://uk3.php.net/manual/en/function.strftime.php windows doesn't support the %e format. There's a cross-platform 'fix' for this which involves determining whether you're running windows and substr ing any %e to a %#d. I've not confirmed how this occurs under Windows, but came across it in the docs whilst assisting some in #mahara. To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/671456/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

