mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-11 06:54:18 +00:00
parent
22d7871e1d
commit
91ce57848c
@ -35,6 +35,12 @@ struct Rtc::Timestamp
|
|||||||
unsigned day;
|
unsigned day;
|
||||||
unsigned month;
|
unsigned month;
|
||||||
unsigned year;
|
unsigned year;
|
||||||
|
|
||||||
|
void print(Genode::Output &out) const
|
||||||
|
{
|
||||||
|
Genode::print(out, year, "-", month, "-", day, " ",
|
||||||
|
hour, ":", minute, ":", second);
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user