I have one MySQL RDS and i am trying to change the expire_log_days parameter value, but i'm unable to change because it's unmodified parameter. But while i am checking inside database it shows 0, Please find the below screenshot for your reference.
Why expire_log_days shows 0, Can anyone clarify me why it's happened, and also i wnat to know both are same or different parameter, as per my understanding both the parameters are same only the time units different.


https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html says:
This means it's okay for
expire_logs_daysto be 0. MySQL will ignore it, and use the value ofbinlog_expire_logs_seconds.There is no intention that one value updates the other automatically.