sysread / Reddit-API

Reddit API for perl
22 stars 11 forks source link

Fix strftime format string for portability. #5

Closed dthvt closed 11 years ago

dthvt commented 11 years ago

%F and %T are not portable (see perldoc POSIX) and fail when used on Win32 platform. Converted to equivalent portable format string.

sysread commented 11 years ago

Thank you for the contribution. I appreciate it!