Fix ext/POSIX/t/time.t on Win32
authorSteve Hay <SteveHay@planit.com>
Mon, 28 Nov 2005 17:07:25 +0000 (17:07 +0000)
committerSteve Hay <SteveHay@planit.com>
Mon, 28 Nov 2005 17:07:25 +0000 (17:07 +0000)
commit0be3c6f7a4944de19c9556f549685e4972fa6fdd
tree5fd009b91653c59348db78d293f78e37db5ac79e
parent6f3614c8320db76979938c6971fe23038d034f76
Fix ext/POSIX/t/time.t on Win32

According to MSDN, "The string result produced by ctime contains
exactly 26 characters and has the form: Wed Jan 02 02:03:55 1980\n\0"
so we *do* want the leading zero on the day returned by strftime

p4raw-id: //depot/perl@26222
ext/POSIX/t/time.t