You can modifiy it in gameobject table, like this:
UPDATE gameobject SET spawntimesecs = VALUE WHERE id = ENTRY or modify by guid by doing WHERE guid = instead.
Or just search for the entry and do it manually:
select * from gameobject WHERE id = ENTRY and then modify the column called spawntimesecs