SisChamp
I would not rely on a static timezone for the database; especially as it can swap between CST and CDT depending on the Daylight Savings Time. Typically, you'd want your database timezone to be UTC (Coordinated Universal Time) so that the dates and times are universal and can be easily converted to the needed timezone.
TLDR;
Update your database timezone to UTC and retest.
Cheers.