cygwin: document %s support in strptime
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
f1863582ed
commit
4dfaef8141
|
@ -14,6 +14,8 @@ What changed:
|
||||||
|
|
||||||
- Improved implementation of <elf.h>.
|
- Improved implementation of <elf.h>.
|
||||||
|
|
||||||
|
- Add %s support for strptime..
|
||||||
|
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
---------
|
---------
|
||||||
|
|
|
@ -25,6 +25,10 @@ New API: renameat2.
|
||||||
Improved implementation of <elf.h>.
|
Improved implementation of <elf.h>.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
strptime(3) supports %s (seconds since Epoch) now, analogue to strftime.
|
||||||
|
</para></listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
Loading…
Reference in New Issue