This page requires java-script to be enabled. Please adjust your browser-settings.
streber
PM
Login
|
Register
Home
Recent changes
Your Tasks
Efforts
Bookmarks
Overall changes
P
rojects
for
streber commun...
streber
People
Companies
S
earch:
streber
>
Tasks
|
Topics
|
Milestones
|
Versions
|
Files
|
Changes
Help
Texts / Transl...
>
dates are curr...
> Comment
Reply to partly fixed...
/
#3811
Edit
Bookmark
Delete
I added a few lines to the guide, as you suggested.
The problem with the %e formatter is rather annoying, I really didn't expect it to happen. Is your PHP-box Windows-based? According to
http://php.net/manual/en/function.strftime.php#53340,
Windows indeed does not support the %e formatter. I wasn't aware of that. Anyway, as this case can be easily detected in the code, it could be handled separately without too much overhead and without forcing everyone to use the %d formatter. Let me attempt a fix for that.