from UEFI spec https://uefi.org/specs/ACPI/6.4/05_ACPI_Software_Programming_Model/ACPI_Software_Programming_Model.html#fixed-acpi-description-table-fadt
it described FADT->Century field as:
"The RTC CMOS RAM index to the century of data value (hundred and thousand year decimals). If this field contains a zero, then the RTC centenary feature is not supported.
If this field has a non-zero value, then this field contains an index into RTC RAM space that OSPM can use to program the centenary field."
We should use this field to decide whether need to program CENTURY register of CMOS RTC device