mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
In ISO 8601 weeks begin with Monday. The first week of the year is the week which contains the first Thursday of the year.
4 lines
179 B
CMake
4 lines
179 B
CMake
set(ENV{SOURCE_DATE_EPOCH} "1123456789")
|
|
string(TIMESTAMP RESULT "%Y-%m-%d %H:%M:%S %A=%a %B=%b %y day=%j wd=%w week=%U w_iso=%V %%I=%I epoch=%s" UTC)
|
|
message("RESULT=${RESULT}")
|