Isn't this a setting in the database.
Timestamps are mapped into .NET DateTime dataType.
And as far as I know timezones are stored in the metadata of the database, so it would automatically convert any passed dateTime into the specified timezone.
Based on the above I don't think you will need a TypeConverter.