-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timestamp construction capability #5
Comments
I thought it would be a nice test case for qcheck to generate values for the |
Thinking about my own use cases, I'd probably use time stamp construction from a user input point of view as on the backend I keep to Unix time as much as possible as well as simpler ones for testing internally. Here are some thoughts I had: Offset ones that would be handy for user input.
Ones for quickly throwing together Timestamps for internal testing.
|
We need to be able to give people a way to construct timestamp.
What might these APIs look like?
Is this what we'd want? Are they functions with that many parameters? What types would each value be?
Implementation references
The text was updated successfully, but these errors were encountered: