Lines Matching full:time
5 bool "Build Time binary descriptors"
7 Add the build time binary descriptors
12 bool "Use local time"
14 If enabled, the build time used for the descriptors will express
15 the local time, rather than UTC.
21 If enabled, the file containing the build time definitions will
56 bool "Build time as UNIX time"
58 The UNIX time at which the image was compiled. This is an integer
62 bool "Build date and time as string"
64 The date and time of compilation as a string, such as "2023-09-29T17:43:14+0000"
72 bool "Build time as string"
74 The time of compilation as a string, such as "T17:43:14+0000"
77 string "Date-Time format"
80 Format of the build time string. This value is passed to cmake's string(TIMESTAMP ...)
82 This can also be used to set a specific time, when trying to reproduce an image. For
83 example, setting the format to "2023-02-05T00:07:04+0000" will set it as the build time,
84 regardless of the actual build time.
85 If BINDESC_BUILD_TIME_USE_LOCAL_TIME is enabled, the time is the local time, else
86 it is UTC time.
96 This can also be used to set a specific time, when trying to reproduce an image. For
97 example, setting the format to "2023-02-05" will set it as the build time,
98 regardless of the actual build time.
103 string "Time format"
106 Format of the build time string. This value is passed to cmake's string(TIMESTAMP ...)
108 This can also be used to set a specific time, when trying to reproduce an image. For
109 example, setting the format to "T00:07:04+0000" will set it as the build time,
110 regardless of the actual build time.