Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

Add support for the TIME datatype #33

Closed
olegabr opened this issue Nov 23, 2017 · 2 comments
Closed

Add support for the TIME datatype #33

olegabr opened this issue Nov 23, 2017 · 2 comments

Comments

@olegabr
Copy link

olegabr commented Nov 23, 2017

Can not figure out how to do it myself. The TIME is just a HH:MM:SS type without a date part.
How to model it with std::chrono::... types?

@rbock
Copy link
Owner

rbock commented Nov 23, 2017

There is time_of_day_t, see tests/DateTime.cpp.

@rbock
Copy link
Owner

rbock commented Dec 16, 2017

I guess this is solved. If not, please clarify.

@rbock rbock closed this as completed Dec 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants