plecos / logrotatewin

This is a Windows implementation of the logrotate utility found in Linux platforms. The goal is to use the same command line parameters and files as the Linux version.
GNU General Public License v3.0
120 stars 43 forks source link

Fix Dateext #2

Closed AlexFaraino closed 9 years ago

AlexFaraino commented 9 years ago

%m and %d should be with two digits (From 01 to 31).

I am not a C# dev and I don't have the software to compile, but I found that here : https://msdn.microsoft.com/en-us/library/8wch342y%28v=vs.110%29.aspx

Should fix #1

plecos commented 9 years ago

I just posted a new version over at the sourceforge site which includes this update. I will update this repo shortly.

AlexFaraino commented 9 years ago

Hi Plecos, It's working fine now. Thank you for your quick fix!