Explicitly test both CORE:: and POSIX:: gmtime and localtime.
authorNicholas Clark <nick@ccl4.org>
Wed, 31 Aug 2011 16:02:00 +0000 (18:02 +0200)
committerNicholas Clark <nick@ccl4.org>
Thu, 1 Sep 2011 19:54:10 +0000 (21:54 +0200)
commitb7fda7aac48a2f42869996b3969262c36a0bb96f
tree1803c24f12eb86f92a61fca99206fff731652634
parentc43a6b96efe649b16ecb7403c3d49157e3dc49fa
Explicitly test both CORE:: and POSIX:: gmtime and localtime.

The POSIX:: versions should be identical to the CORE:: versions, as they are
just wrappers. But the wrappers need testing.
ext/POSIX/t/time.t