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 Reply to The is matter of taste...
/
#4103
Edit
Bookmark
Delete
I agree. Customization for date/time display SHOULD be in configuration.inc.php.
Not everything can go in configuration.inc.php. For example, strings like '%a %b %e, %Y' (or whatever equivalent we will use when we ditch strftime) have to be language dependent. The English "Fri Nov 27th, 2007" becomes in Italian "ven 27 nov 2007": the name of the month has moved in third position and there's no comma. If you put those strings in configuration.inc.php you are forcing the same format for all users regardless of their language settings. For an Italian user, reading "ven nov 27, 2007" is even more confusing than not translating the date at all.
What exactly are you suggesting to put in configuration.inc.php?