Bug #6360
Timestamp calculation in results is of by one
| Status: | Resolved | Start date: | 2010-02-05 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Ingo Renner | % Done: | 100% |
|
| Category: | Frontend Plugins | |||
| Target version: | 1.1 | |||
| TYPO3 Version: | Has patch: | |||
| PHP Version: | Tags: | |||
| Votes: | 0 |
Description
The calculation of timestamps in the resultscommand uses strptime. However strptime uses values from 0 to 11 in order to represent the month. So before giving the value to mktime one month has to be added.
History
Updated by Michael Knabe over 3 years ago
- File solr_6360.diff added
Updated by Michael Knabe over 3 years ago
Please close this one. I have already submitted that one as Bug #5767 facepalm
Updated by Ingo Renner about 3 years ago
- Status changed from New to Resolved
- Assignee set to Ingo Renner
- Target version set to 1.1
- % Done changed from 0 to 100
resolved in r33804