Summary | dates wrong in cvsps |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | Horde Developers (at) |
Requester | rob2 (at) siklos (dot) ca |
Created | 10/11/2005 (7288 days ago) |
Due | |
Updated | 11/29/2005 (7239 days ago) |
Assigned | 10/11/2005 (7288 days ago) |
Resolved | 11/29/2005 (7239 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
for HEAD and Chora 2.1.
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ dates wrong in cvsps
Queue ⇒ Horde Framework Packages
New Attachment: cvsps_date.patch
reason is that the dates formatted when setting $commitDate and
$readableDate in patchsets.php are the dates from the cvsps output -
not unix timestamps.
Patch attached to convert the date read from cvsps to a unix timestamp
using strtotime()