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
GrandinLuc
changed the title
💡 [REQUEST] - change timestamps from using bigint to using UInt
[New Net P1] - change timestamps from using bigint to using UInt
Feb 20, 2025
Summary
VCDM UInts are better suited for this than bigint
Basic Example
timestamp: bigint
becomes
timestamp: UInt
The text was updated successfully, but these errors were encountered: