Commit 58a76f9c authored by Vagrant Cascadian's avatar Vagrant Cascadian
Browse files

Add "timestamps_in_cmake" issue.

parent b8015d22
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -869,6 +869,14 @@ captures_kernel_version:
    .
    Sub-issue: captures_kernel_version_via_CMAKE_SYSTEM
  deterministic: True
timestamps_in_cmake:
  description: |
    Timestamps generated by cmake TIMESTAMP function respect
    SOURCE_DATE_EPOCH, but use the local timezone. In CMakeLists.txt,
    uses of the TIMESTAMP function need to specify the timezone as
    UTC:
    .
    string(TIMESTAMP CURRENT_TIME "%Y-%m-%d" UTC)
timestamps_in_allegro_dat_files:
  description: |
    `.dat` files from the Allegro framework are basically archives. The `dat`