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
100 stars 51 forks source link

Minor documentation error #304

Closed brojack98 closed 1 month ago

brojack98 commented 1 month 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 1 month ago

Thanks. Fixed on main.