[Bug 251918] strptime(): %b always returns month 0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 17 16:54:24 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251918

Yuri Pankov <yuripv at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yuripv at FreeBSD.org
            Version|12.2-RELEASE                |CURRENT

--- Comment #1 from Yuri Pankov <yuripv at FreeBSD.org> ---
That's because you are using '%j' (day of the year) instead of '%d' (day of the
month), and it overrides month specification as it comes earlier.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list