I ran this apps-script code:
ScriptApp.newTrigger("foo") .timeBased() .everyMinutes(36) .create();
But I see no change in the triggers UI: