jq
jq copied to clipboard
Fix portability of strptime especially for Windows
Close #2071.
I wonder why strptime is missing for msys2 hmm. Also could there be a reason to use the netbsd strptime function (in utils.c) on all platforms?
Hmm, I'm afraid some regression happens where NetBSD's strptime lacks to implement. But, that sounds a good idea to fixing timezone bugs and support milliseconds.