View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003160 | mantisbt | bugtracker | public | 2003-04-29 16:20 | 2007-05-08 03:42 |
Reporter | stagomantis | Assigned To | achumakov | ||
Priority | normal | Severity | text | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 1.1.0a2 | ||||
Summary | 0003160: Please use ISO dates in this installation | ||||
Description | Since Mantis is a product used by people from all over the world, this implementation should take its international audience into account. I have problems deciphering your dates (they are ambiguous). Please change the date format for this installation to use the ISO format (yyyy-mm-dd): this is not only completely unambiguous, but also an international standard, and a format used as standard in many countries. | ||||
Additional Information | I also think the ISO format for dates should be the default configuration, again considering the international user community. (Of course I'm using ISO dates in my own installation - so coming here it was a rather unpleasant surprise not to be able to decipher dates...) | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
related to | 0001139 | closed | achumakov | [all lang] date localisation |
has duplicate | 0006636 | closed | ryandesign | Please use ISO dates in this installation |
has duplicate | 0007137 | closed | ryandesign | International-style dates |
has duplicate | 0007280 | closed | ryandesign | date format |
At the very least, change the default date format to m/d/y. That way it is possible to tell 05/02/03 (May 2, 2003) from 05-02-03 (February 5, 2005). Still, I can't understand why any programmers, even US ones, would use middle-endian byte order... |
|
There's nothing about slashes vs. dashes that defines the meaning of each of the numbers. The thing that makes ISO 8601 easy for everyone to understand is that the 4-digit number is obviously the year. Of course, there are many other advantages to ISO 8601 as well: |
|
Proffe, I'm flummoxed... 05/02/03 could mean: I'm also somewhat stunned that after my submission on '04-29-03' (now is that 29 March 2004 or 29 April 2003?) there apparently has been no action on this issue. It's acknowledged, and some people are monitoring it. Yes, some people are adding notes, too. And that's it. Are the Mantis developers not interested in an international audience? |
|
You can reconfigure these yourself through config_inc.php.
They are currently US formatting. I'd like ISO as well as defaults. |
|
Of course, I'm Swedish myself, and I agree on the superiority of ISO 8601. It's just that I've never seen a MDY date with dashes (which increases the confusion) anywhere except in Mantis. |
|
To thraxisp: I think we all are aware of that. I maintain that the default setting should be changed, since the current default is completely ambiguous. Since this issue is about the configuration of just this site I was thinking of opening a separate, but related, issue. To stagomantis: It can't mean 3 February 2005 - if you decide that you always use dashes with YMD. I was under an impression that some separators are (slightly) more common with certain formats than with others. In principle, we all agree. |
|
thraxisp, Please read the subject which describes what I'm asking for: THIS INSTALLATION. Which is still using undecipherable dates - I can't even tell when I actually submitted this request in THIS INSTALLATION. |
|
Fixed! |
|
If it was fixed, then it somehow got un-fixed. This installation is still (or once again) using an ambiguous date format. |
|
Hello, This comes under 'date localisation' - resolving as duplicate. We need to add date/time formatting and store in a consistent format, then display in another. |
|
I don't call this a duplicate of 0001139. That's more concerned with the grand scheme of users being able to show dates and times in their own formats, on any Mantis installation, while this bug is very specifically limited to changing the configuration of this Mantis installation to use the international date format, which can happen before any solution exists for 0001139. |
|
I'm guessing (because of date ambiguity) but it looks like nearly a year since this issue was raised. Is it really that hard for someone to edit the config.inc.php for /this installation/? We need Thanks in advance. |
|
Actually I believe we need this: $g_short_date_format = 'Y-m-d'; |
|
I agree with you; YYYY-MM-DD (and 24 hour time-format) should be used both in bugs.mantisbt.org website than in the config_defaults_inc.php file! |
|
This issue is not resolved. This bug says it's fixed in 1.1.0a2, but this installation is using 1.1.0a2 and is still not showing ISO dates. |
|
I can't reproduce -- looks OK for me. |
|
Well, everywhere a date appears. Date Submitted. Last Update. Notes. History. I see dates like "06-12-09"; ISO format would be "2006-12-09". See attachment "3160-not-iso-dates.png". |
|
OK, will change that. |
|
Also I think it would be usefull to change the date format from unix_timestamp to a better format. At the moment the range is only from 1970-01-01 to 2038-01-19. Dates should be save and handle as "19700101093025" means "1970-01-01 09:30:25" = "Y-m-d H:i:s" with this change we wouldn't become problems in 2038! |
|
andre_steffens: please file a new feature request for that, if none already exists. The comment does not belong in this bug report. |
|
I've updated this installation's configuration. The latest Mantis code also uses the ISO format. |
|