On Sun, Mar 17, 2019 at 03:10:04PM -0400, Ted Unangst wrote: > Hiltjo Posthuma wrote: > > Not all BSD man pages reference the same RFCs, like RFC5322. The OpenBSD > > strptime(3) man page (%z) describes military/nautical zones are supported. > > > > - NetBSD supports it (correctly since only a few months ago and it is not in > > stable or backported). > > - FreeBSD and DragonFlyBSD do not support them (strptime returns NULL). > > - Linux glibc does not support them (strptime returns NULL). > > - Linux musl libc does not support %z. > > This sounds like we should just drop support as well. I think that's better > than supporting something that's clearly unreliable.
By that reckoning, you would never implement anything new... :(
