RON-001: RONToTime clamps out-of-range slots (never BADARG) + generator must not emit ms≥1000

A ron60 whose calendar slots overflow (ms≥1000 from a same-second monotonic bump) is a legal 60-bit value/string but NOT a valid time; RONToTime (abc/RON.c:91) returns BADARG, and ron._date — the one caller that HARD-throws — crashes the whole jab status. Two fixes: (A) RONToTime clamps each slot to the nearest valid value so rendering / mtime restore never fail; (B) the ron60 stamp generator (ULOG monotonic max(now,last+1) bump) must not overflow the ms field when >1000 rows land in one second. Repro string: 26702A0RFd (ms=1000). Method Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome