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

fix(Timestamp): Save annotations, events, student work with milliseconds #277

Closed
geoffreykwan opened this issue Aug 2, 2024 · 1 comment · Fixed by #278
Closed

fix(Timestamp): Save annotations, events, student work with milliseconds #277

geoffreykwan opened this issue Aug 2, 2024 · 1 comment · Fixed by #278
Assignees
Labels

Comments

@geoffreykwan
Copy link
Member

Currently the annotations, events, and student work timestamps are in milliseconds but always end in 000 which means the timestamps are being rounded down to the nearest second and we are losing the milliseconds data. We want to make sure we save the milliseconds data.

@geoffreykwan
Copy link
Member Author

🎉 This issue has been resolved in version 1.4.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant