Indeed, the SOA is no longer based on a year/month/day date format; it is now based on a UNIX timestamp, i.e., a number representing time in seconds. This change allows far more updates within a single day and avoids synchronization issues between servers.
To ensure the transition proceeds correctly, we take the current timestamp and add a fixed offset. This offset guarantees that the new serial number always stays higher than the old date‑based format, preventing any risk of regression.
For example, if the current timestamp is 1772804945, adding an offset of 300 000 000 results in a new SOA of 2072804945. This number is well above an old format such as 2026031100, allowing systems to keep running without error