Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Timestamp values have a precision in fractional seconds that range from 0 to 9. For example, a precision of 0 means that no fractional seconds are stored, 3 means that the timestamp stores milliseconds, and 9 means a precision of nanoseconds. 0 is the minimum precision, and 9 is the maximum.
Now, blink planner represent Timestamp values as Long(milliseconds) and only support precision is 3, we need support more precision Timestamp values.
Attachments
Attachments
Issue Links
- links to