In Windows the strftime() function does not support some conversion specifiers, including (bafflingly) %D and %T. These need to be replaced by the corresponding expanded versions. I attach a one line patch to do so for this module.

CommentFileSizeAuthor
windows_compat.patch573 bytesalfaguru

Comments

jaydub’s picture

Status: Active » Fixed

more windows lameness. Confirmed that there are limitations in Windows via the PHP page for the strftime() function http://www.php.net/strftime

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.