Date: Thu, 17 Dec 2020 16:54:24 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 251918] strptime(): %b always returns month 0 Message-ID: <bug-251918-227-RVS89bJ4e2@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-251918-227@https.bugs.freebsd.org/bugzilla/> References: <bug-251918-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251918 Yuri Pankov <yuripv@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yuripv@FreeBSD.org Version|12.2-RELEASE |CURRENT --- Comment #1 from Yuri Pankov <yuripv@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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251918-227-RVS89bJ4e2>