http://www.perlmonks.org?node_id=434586


in reply to strftime reference for Win32

Note that strftime format strings are system dependent. You normally should use your systems C documentation to find out what the possible formats are. On Win32 this means using MSDN.

---
demerphq