texture border / offset

got a quick question – when you make a texture with a border of 1, and you call glTexSubImage2D, if you want the image to be in the lower left, but not on the border, is the x/y offset (0,0) or (1,1)? in other words, does opengl automatically skip the border pixels when making the offset?