Yes, vBulletin stores dates as UNIX timestamps, and the earlies UNIX timestamp is 12:00 AM, January 1, 1970, GMT. I think I set mine in AST, though.
Actually, it might be possible to store the timezone as a negative integer, but I think the UNIX timestamp standard is unsigned long; That one bit for the sign would double the positive range of the data type.