t := time.Now()
formatted := fmt.Sprintf("%d-%02d-%02dT%02d:%02d:%02d",
t.Year(), t.Month(), t.Day(),
t.Hour(), t.Minute(), t.Second())
aws rds modify-db-instance --db-instance-identifier my-db-instance --apply-immediately
I hope it will help me to get through my huge list of pocket articles 😅