Skip to content
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

Convert int/int64 timestamps to time.Time #786

Merged
merged 10 commits into from
Oct 2, 2020

Conversation

alexshtin
Copy link
Member

What changed?
Leftover times stored as ints were converted to time.Time.

Why?
Times should be stored as time.Time everywhere besides where it is absolutely necessary (database fields).

How did you test it?
Run all tests.

Potential risks
No risks, all interfaces already use time.Time.

@alexshtin alexshtin merged commit 2051585 into temporalio:master Oct 2, 2020
@alexshtin alexshtin deleted the feature/remove-int-times branch October 2, 2020 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants