Feedback
Make DateTime tick precision explicit and controllable
- Status
- Fixed
- Fixed in
- v26.9.1
- Area
- -
- Source discussion
- https://forum.objo.dev/d/1031-objo-datetime-resolution
- Last updated
- 2026-09-08
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
DateTime values preserve 100-nanosecond tick precision from the clock, parsing, host APIs, and Duration arithmetic, but the API currently exposes only a millisecond component. Add APIs that let code inspect and reconstruct the exact value or explicitly discard sub-millisecond precision. Document that DateTime is timezone-naive and that equality compares the complete tick value.