use milliseconds in backend #6

Open
Rich wants to merge 1 commit from backend/unix-milliseconds into main
Owner

This PR changes the backend time format to epoch milliseconds rather than epoch seconds.

Closes #5

This PR changes the backend time format to epoch milliseconds rather than epoch seconds. Closes #5
JavaScript Date machinery all uses integer milliseconds. Rather than
having to remember to multiply/divide by 1000 every time we communicate,
just use milliseconds on both ends.
Rich self-assigned this 2026-06-08 14:04:49 -07:00
Rich removed their assignment 2026-06-08 14:04:53 -07:00
Rich requested review from demophoon 2026-06-08 14:04:59 -07:00
Rich changed title from WIP: use milliseconds in backend to use milliseconds in backend 2026-06-08 14:05:03 -07:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin backend/unix-milliseconds:backend/unix-milliseconds
git switch backend/unix-milliseconds
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Rich/donezo!6
No description provided.