Lines Matching +full:- +full:- +full:iso +full:- +full:8601
2 # SPDX-License-Identifier: Apache-2.0
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"
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"
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.
112 Note: the default format complies with ISO-8601.