Bug #37511 FROM_UNIXTIME() does not "Format date as a UNIX timestamp"
Submitted: 19 Jun 2008 1:05 Modified: 19 Jun 2008 1:32
Reporter: jim kraai Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S4 (Feature request)
Version:3.23 - 6.0 OS:Any
Assigned to: CPU Architecture:Any
Tags: documentation, from_unixtime

[19 Jun 2008 1:05] jim kraai
Description:
Correction for function Name & Description HTML table:

FROM_UNIXTIME() does not "Format date as a UNIX timestamp"

How to repeat:
1. open page: http://dev.mysql.com/doc/refman/5.0/en/date-and-time-functions.html
2. search for "FROM_UNIXTIME()"
3. observe HTML table content one column to the right of highlighted search string

Suggested fix:
the problem is the preposition "as", could become "from": 

    "Formatted date from a UNIX timestamp"
[19 Jun 2008 1:32] Paul DuBois
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products.

Should be:

Format UNIX timestamp as a date