mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 04:10:05 -06:00
These are defined both by [1] and [2] to give full names of a weekday and month. [1] http://pubs.opengroup.org/onlinepubs/009695399/functions/strftime.html [2] https://msdn.microsoft.com/de-de/library/fe06s4ak.aspx
6 lines
140 B
ReStructuredText
6 lines
140 B
ReStructuredText
timestamp
|
|
---------
|
|
|
|
* The :command:`string(TIMESTAMP)` command now supports ``%A``
|
|
for full weekday name and ``%B`` for full month name.
|