On Mon, 06 Apr 2015, Brian Ginsbach wrote:
Module Name: src Committed By: ginsbach Date: Mon Apr 6 14:38:22 UTC 2015 Modified Files: src/lib/libc/time: strptime.3 strptime.c Log Message: Add UTC as a synonym for GMT (%Z). [from FreeBSD]
The %z format (which is distinct from %Z) already accepts "GMT" and "UT". If we are going to accept "UTC" as well, which I think is a good idea, then please allow both %z and %Z to accept all three of UT, UTC, and GMT.
--apb (Alan Barrett)