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