I have tried the following but it's not working,
var myDate = Time.get_datetime_dict_from_datetime_string("2020-01-30 00:00:00", false)
myDate .day = myDate .day + 5
var newDateStr = Time.get_datetime_string_from_datetime_dict(myDate , true)
What is the correct way to add some days to myDate?