Lines Matching full:format
77 string "Date-Time format"
80 Format of the build time string. This value is passed to cmake's string(TIMESTAMP ...)
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.
91 string "Date format"
94 Format of the build date string. This value is passed to cmake's string(TIMESTAMP ...)
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.
103 string "Time format"
106 Format of the build time string. This value is passed to cmake's string(TIMESTAMP ...)
109 example, setting the format to "T00:07:04+0000" will set it as the build time,
111 Example of the default format: T00:07:04+0000.
112 Note: the default format complies with ISO-8601.