python import moment current_time = moment.now() str_time = "2022-06-20 10:30:00" parsed_time = moment.parse(str_time) future_time = current_time.add(years=1, months=1, days=1, hours=1, minutes=1, seconds=1) bash pip install pytz