change your birth year to 1970 and add another variable:
var %birth.month = October
var %birth.day = 17
var %birth.year = 19
70var %birth.time = 00:00:00
var %difference = 31557600(easier to figure 2 full years)
then change the line:
var %i = $calc($ctime - $ctime(%birth.month %birth.day %birth.year %birth.time))
to
var %i = $calc($ctime - $ctime(%birth.month %birth.day %birth.year %birth.time)-(%difference))
That should work for you

(tested here and working with a lot larger difference)
edit: I'm sure there's a formula that could be used to actually calculate the %difference variable for you, but ... read my signature
