I had a case where we need to clone an instance and set the date to the future to simulate a closing of an accounting period before an upgrade. Used the following to set the time the beginning of the following month on the database server. I'd set it on the application server to for consistency.
date -s "02/01/28 06:00:00"
Comments
Post a Comment