[Bug fortran/78545] New: Possible correction to online LTIME documentation

fran.pena at usc dot es gcc-bugzilla@gcc.gnu.org
Sat Nov 26 15:50:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78545

            Bug ID: 78545
           Summary: Possible correction to online LTIME documentation
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: fran.pena at usc dot es
  Target Milestone: ---

The documentation page for LTIME
https://gcc.gnu.org/onlinedocs/gfortran/LTIME.html#LTIME states that:

Return value:
[...]
        1. Seconds after the minute, range 0–59 or 0–61 to allow for leap
seconds
[...]
        4. Day of month, range 0–31
[...]
        8. Days since January 1 

The documentation should be corrected according to the mailing list message
https://gcc.gnu.org/ml/fortran/2016-11/msg00228.html. The suggested correction
is:

Return value:
[...]
        1. Seconds after the minute, range 0–59 or 0–60 to allow for leap
seconds
[...]
        4. Day of month, range 1–31
[...]
        8. Days since January 1, range 0-365


More information about the Gcc-bugs mailing list