jmcnamara / excel-writer-xlsx

Perl module to create Excel XLSX files.
https://metacpan.org/pod/distribution/Excel-Writer-XLSX/lib/Excel/Writer/XLSX.pm
Other
101 stars 51 forks source link

Minor documentation error #304

Closed brojack98 closed 2 months ago

brojack98 commented 2 months ago

In https://metacpan.org/dist/Excel-Writer-XLSX/view/lib/Excel/Writer/XLSX.pm#DATES-AND-TIME-IN-EXCEL I believe that in the sentence: Dates and times in Excel are represented by real numbers, for example "Jan 1 2001 12:30 AM" is represented by the number 36892.521.

'AM' should be 'PM'

jmcnamara commented 2 months ago

Thanks. Fixed on main.