You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: