]> granicus.if.org Git - jq/commit
Attempt to fix #1415
authorNicolas Williams <nico@cryptonector.com>
Sun, 21 May 2017 06:58:18 +0000 (01:58 -0500)
committerNicolas Williams <nico@cryptonector.com>
Sun, 21 May 2017 06:58:18 +0000 (01:58 -0500)
commit4a6241be0697bbe4ef420c43689c34af59e50330
tree0face3cc5ed698085e8693996b12d3b1748bdc65
parent1900c7bcac76777782505c89a032c18a65fcc487
Attempt to fix #1415

OS X (and *BSD) strptime() does not set tm_wday nor tm_yday unless
corresponding format options are used.  That means we must call timegm()
to set them.
src/builtin.c