p4raw-id: //depot/perl@29406
':override' => 'internal',
);
-our $VERSION = '1.11';
+our $VERSION = '1.11_01';
bootstrap Time::Piece $VERSION;
PROTOTYPES: ENABLE
-char *
+void
_strftime(fmt, sec, min, hour, mday, mon, year, wday = -1, yday = -1, isdst = -1)
char * fmt
int sec
char * string
char * format
PREINIT:
- char tmpbuf[128];
struct tm mytm;
time_t t;
char * remainder;
- int len;
- int tzdiff;
PPCODE:
t = 0;
mytm = *gmtime(&t);