Bug (approved)

Wrong date shown in project view/#7586

Summary

approved
Jan 20, 2009
100%
Jan 11, 2011
Jan 21, 2009 / smonkey
Jan 11, 2011 / pixtur
 

Attached files

Summary
Picture 5.png
Picture 5.png

#7597 by pixtur, 27k
wrongdate1.JPG
wrongdate1.JPG

#7677 by baeron, 48k
wrongdate2.JPG
wrongdate2.JPG

#7678 by baeron, 17k
 
There is an error displaying the end date of an project.
If the project overlaps with the end of a year, there is shown the same year as the startyear at the end-date.


see also

Issue report

Text
Always
Apache
2.2
Create a project overlapping a year and go into project detail
 

4 Comments

pixtur:Works for me...

4 years ago

Please see the attachment. Or are we talking about another data here?
  1. Please attach screenshots.
  2. Also provide output in "system info":
Timezone detection

    * time-offset for user: 3600sec
    * renderDateHtml(): Heute 09:21
    * original db-string (should be GMT): 2009-01-21 08:21:09
    * strToClienttime(): 1232529669
    * gmdate:(strToClientTime) 09:21:09
    * strToTime(): 1232522469
    * date(strToTime): 08:21:09

baeron:same error for me

3 years ago (2. update 3 years ago)

for projects, that have been created in 2008 wrong dates are displayed, for example in comments
(see screenshots)
the second screenshot is the row in the database, the date is stored just right.

from system info

    *  time-offset for user: 3600sec
    * renderDateHtml(): Heute 12:10
    * original db-string (should be GMT): 2009-02-11 11:10:14
    * strToClienttime(): 1234354214
    * gmdate:(strToClientTime) 12:10:14
    * strToTime(): 1234347014
    * date(strToTime): 11:10:14



baeron:problem in german translation

3 years ago

/lang/de.inc.php Line 14

now:
'%b %e, %Y|strftime format string'=>'%e.%b 2008'

change to:
'%b %e, %Y|strftime format string'=>'%e.%b %Y'

pixtur:arg

3 years ago

SHould be fixed!