[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: os.date
- From: steve donovan <steve.j.donovan@...>
- Date: Mon, 20 Jul 2009 08:18:48 +0200
On Mon, Jul 20, 2009 at 7:11 AM, KHMan<keinhong@gmail.com> wrote:
> Depends on the platform.
>
> Not all platform are standards-compliant. MinGW, for instance, nominally
> links to MSVCRT, and thus have many compliance issues. So, in order to be
> broadly multi-platform, I think not all tags can be used.
>
> But if you want to maximize what you can do with the platform you are on,
> just check the man pages for the full set of tags.
These are provided by the 'standard' C function strftime, so either
man or the MSDN page.
There is a common set, but buyer beware!
steve d.