I'm having a lot of trouble and no success in adding 1 billion seconds to a DateTime object (user input variable).
The user enters their date of birth (DOB) in format YYYY-m-d H:i:s. This is then converted to DateTime(). Then 1 billion seconds are added to the DOB. The output is to be the DOB + 1 billion seconds, in format YYYY-m-d H:i:s.
I can not work out how to do this, and haven't found any suitable examples from other posts which have solved this issue.
Any help is welcome. Thanks