Section 7 says "nodes MAY prune channels should the timestamp of the latest channel_update be older than 2 weeks (1209600 seconds)"
Yet timestamps are only required to be sequential, not an actual timestamp ("The creating node MUST set timestamp to be greater than that for any previous node_announcement it has created. It MAY base it on a UNIX timestamp.", so there's no way to know the age of a timestamp, at least not by looking at the timestamp.
Reported-by: @shannona
Section 7 says "nodes MAY prune channels should the timestamp of the latest
channel_updatebe older than 2 weeks (1209600 seconds)"Yet timestamps are only required to be sequential, not an actual timestamp ("The creating node MUST set
timestampto be greater than that for any previousnode_announcementit has created. It MAY base it on a UNIX timestamp.", so there's no way to know the age of a timestamp, at least not by looking at the timestamp.Reported-by: @shannona