Lines Matching +full:always +full:- +full:on
2 # SPDX-License-Identifier: Apache-2.0
18 bool "Always rebuild"
22 always be rebuilt. This results in the timestamp always being
64 The date and time of compilation as a string, such as "2023-09-29T17:43:14+0000"
69 The date of compilation as a string, such as "2023-09-29"
77 string "Date-Time format"
78 default "%Y-%m-%dT%H:%M:%S%z"
81 function, so refer to string's documentation for more info on the different formats.
83 example, setting the format to "2023-02-05T00:07:04+0000" will set it as the build time,
87 Example of the default format: 2023-09-29T17:43:14+0000.
88 Note: the default format complies with ISO-8601.
92 default "%Y-%m-%d"
95 function, so refer to string's documentation for more info on the different formats.
97 example, setting the format to "2023-02-05" will set it as the build time,
99 Example of the default format: 2023-02-05
100 Note: the default format complies with ISO-8601.
107 function, so refer to string's documentation for more info on the different formats.
112 Note: the default format complies with ISO-8601.