[coreboot] [PATCH]Use __DATE__ and __TIME__ instead of date(1)

Frieder Ferlemann Frieder.Ferlemann at gmx.de
Sat Sep 25 15:53:07 CEST 2010


Hi,

Am 25.09.2010 00:50, schrieb Peter Stuge:
> Patrick Georgi wrote:
>> attached patch uses the __DATE__ and __TIME__ macros instead of date(1)
>> calls. User visible results are:
>> - different date format (no timezone included)
> 
> Ok.

Maybe use a date format which is closer to ISO 8601?

> date +"%F %T"
2010-09-25 15:39:41

> date +"%FT%T"
2010-09-25T15:39:43

( http://www.uic.edu/depts/accc/software/isodates/datefmt.html#Wanted )

Greetings,
Frieder




More information about the coreboot mailing list