edulinq / autograder-server

A server to automatically grading coding assignments.
MIT License
4 stars 5 forks source link

Integer Timestamps #79

Open eriq-augustine opened 3 months ago

eriq-augustine commented 3 months ago

I am not a fan of the string timestamps. Even when we stick to RFC3339, other libs (like Python's stdlib) use variants of that. Just keep it simple and use ms since GMT UNIX epoch in an int64.