Files
espurna/code
Maxim Prokhorov a8fe3e4664 build: directly use __TIMESTAMP__
avoid weird conversion from string -> time_t -> string

remove magic inline macros converting string value to time_t.
instead, just pick specific string regions and explicitly constexpr'ify conversion
(ref. https://gcc.gnu.org/onlinedocs/cpp/Common-Predefined-Macros.html)

ntp could lose the value, since we never use it properly
(although, ctime functions do; it is rather tricky with timezones, though)

nofuss could use any value, might as well use the string that is already
provided by the compiler that has the same property as the used timestamp
2022-09-21 18:12:37 +03:00
..
2022-09-21 18:12:37 +03:00
2022-05-05 17:50:21 +03:00
2022-09-21 04:31:20 +03:00
2019-07-11 00:34:17 +03:00
2022-05-05 17:50:21 +03:00
2022-09-21 04:21:23 +03:00
2019-07-11 00:34:17 +03:00