[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: os.date() on OS X
- From: Ką Mykolas <kamicc@...>
- Date: Thu, 28 Jul 2016 16:24:47 +0300
As far as I see, neither, C99 nor C11 supports the `%s` format specifier for strtftime().
Also, note that You're introducing explicitly stated Undefined Behaviour:
7.23.3.5 The strftime function
6. If a conversion specifier is not one of the above, the behavior is undefined.