Conversation
Reported-by: Gisle Vanem Ref: #7780
|
Almost, but with my Strawberry Perl, this generates: With Cygwin's Perl, it's fine; |
|
Update: My Strawberry Perl doesn't like the |
|
It of course begs the question if your perl install isn't broken and if we should really care about broken perl installs. I found no records of %e not working in perl generally. But I also checked a few other man pages and the date format used vary greatly. I don't think using a zero-prefixed number ( What do you think about |
It's not. strawberry perl posix seems to be using the C runtime's strftime and older MS CRTs likely do not support %e. I tried
That works here and all the format specifiers are C89. |
Work fine. |
|
I'll do a PR with that change as soon as we get the winsock situation in master stable again |
The previous strftime format used didn't work correctly on Windows, so change to %B %d %Y which today looks like "September 29 2021". Reported-by: Gisle Vanem Bug: #7782
Reported-by: Gisle Vanem
Ref: #7780