FS#14430 - Can't see time/date in bugs

Attached to Project: Arch Linux
Opened by Jordy van Wolferen (jordz) - Wednesday, 22 April 2009, 18:05 GMT
Last edited by Hugo Doria (hdoria) - Friday, 22 May 2009, 15:24 GMT
Task Type Bug Report
Category Bugtracker
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 5
Private No

Details

Description:

I don't see any dates anymore on flyspray.
Instead it shows my username. If I try to remove it, it still shows my username.
If I try to set it to dd-mm-yyyy (don't know if this is correct) it shows that as date in bugs / comments.
This task depends upon

Closed by  Hugo Doria (hdoria)
Friday, 22 May 2009, 15:24 GMT
Reason for closing:  Upstream
Comment by Gerardo Exequiel Pozzi (djgera) - Thursday, 23 April 2009, 01:32 GMT
Yes if your clear the date settings your username is showed instead.

The format that I use is:

Date format: %m/%d/%Y
Detailed date format: %m/%d/%Y-%H:%m:%S

The format is from date() function of php
Comment by Jordy van Wolferen (jordz) - Thursday, 23 April 2009, 09:36 GMT
Thanks. I don't know if this i documented anywhere,
but maybe it's cleared for the user to do so somewhere.
Comment by Gerardo Exequiel Pozzi (djgera) - Tuesday, 28 April 2009, 00:33 GMT
oops, there is a typo in time

%m/%d/%Y-%H:%i:%s
Comment by Jordy van Wolferen (jordz) - Tuesday, 28 April 2009, 00:59 GMT
Thanks, only it needs %S at the end.
So it would be: %d/%m/%Y - %H:%m:%S
Comment by Jordy van Wolferen (jordz) - Tuesday, 28 April 2009, 01:04 GMT
Copied the wrong one, here is the good one:

%d/%m/%Y - %H:%M:%S
Comment by Gerardo Exequiel Pozzi (djgera) - Tuesday, 28 April 2009, 01:06 GMT
mmm there are some worng here, the format is from date(1) POSIX std.

Jordy %m is for month... The correct is %M

%m/%d/%Y-%H:%M:%S

or

%d/%m/%Y-%H:%M:%S (in my case)
Comment by Phillip Smith (fukawi2) - Monday, 04 May 2009, 04:27 GMT
So is this an account thing or a bug in the bug tracker that affects everyone? Been like this for me ever since I first got an account here.
Comment by Greg (dolby) - Monday, 11 May 2009, 07:49 GMT
You need to remove your username when it comes up (for some unknown reason) in the date entry.
Comment by Jordy van Wolferen (jordz) - Monday, 11 May 2009, 08:39 GMT
I tried that but that didn't help

Loading...