mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #02135
[Bug 671456] Re: Some time/date settings in langconfig.php are not compatible with Windows
** Changed in: mahara
Status: Triaged => In Progress
--
Some time/date settings in langconfig.php are not compatible with Windows
https://bugs.launchpad.net/bugs/671456
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Status in Mahara ePortfolio: In Progress
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.
References