← Back to team overview

mahara-contributors team mailing list archive

[Bug 671456] [NEW] Some time/date settings in langconfig.php are not compatible with Windows

 

Public bug reported:

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.

** Affects: mahara
     Importance: Low
         Status: New


** Tags: date strftime windows

-- 
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: New

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.





Follow ups

References