rock-core / base-types

C/C++ and Ruby definition of the base types in Rock
6 stars 40 forks source link

Added toTimeValues to base::time #122

Closed JanWehrmann closed 5 years ago

JanWehrmann commented 5 years ago

returns the time as a std::vector containing microseconds, milliseconds, seconds, minutes, hours and days in that order.

JanWehrmann commented 5 years ago

Thanks for the feedback so far! As far as I can see I have resolved all of the issues that were pointed out. Is there anything else that needs to be revised?

doudou commented 5 years ago

I don't think there is anything amiss ... @saarnold, @chtz ?

chhtz commented 5 years ago

No objections from my side.

saarnold commented 5 years ago

Looks good