mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #04583
[Bug 671456] Re: Some time/date settings in langconfig.php are not compatible with Windows
** Changed in: mahara
Status: Fix Committed => Fix Released
--
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
References