Sorry, I can't paste the remaining of the result I guess because is too long.
But I'm pasting one segment of the city that is presenting the issue.
City 1. Monterrey
|select count(*) from vicidial_list where phone_code='52' and phone_number LIKE "810%" ;|
PROCESSING THIS LINE: 52 MEX 811 -6 Y FSA-LSO Monterrey, N.L. y Zonas Conurb
|select count(*) from vicidial_list where phone_code='52' and phone_number LIKE "811%" ;|
First Sunday April to Last Sunday October
DST: 0
|select count(*) from vicidial_list where phone_code='52' and phone_number LIKE "811%" and (gmt_offset_now != '-6' or gmt_offset_now IS NULL) ;|
ALL GMT ALREADY CORRECT FOR : 52 811 -6
PROCESSING THIS LINE: 52 MEX 812 -6 Y FSA-LSO Monterrey, N.L. y Zonas Conurb
|select count(*) from vicidial_list where phone_code='52' and phone_number LIKE "812%" ;|
First Sunday April to Last Sunday October
DST: 0
|select count(*) from vicidial_list where phone_code='52' and phone_number LIKE "812%" and (gmt_offset_now != '-6' or gmt_offset_now IS NULL) ;|
ALL GMT ALREADY CORRECT FOR : 52 812 -6
PROCESSING THIS LINE: 52 MEX 813 -6 Y FSA-LSO Monterrey, N.L. y Zonas Conurb
|select count(*) from vicidial_list where phone_code='52' and phone_number LIKE "813%" ;|
PROCESSING THIS LINE: 52 MEX 814 -6 Y FSA-LSO Monterrey, N.L. y Zonas Conurb
|select count(*) from vicidial_list where phone_code='52' and phone_number LIKE "814%" ;|
PROCESSING THIS LINE: 52 MEX 815 -6 Y FSA-LSO Monterrey, N.L. y Zonas Conurb
|select count(*) from vicidial_list where phone_code='52' and phone_number LIKE "815%" ;|
PROCESSING THIS LINE: 52 MEX 816 -6 Y FSA-LSO Monterrey, N.L. y Zonas Conurb
|select count(*) from vicidial_list where phone_code='52' and phone_number LIKE "816%" ;|
PROCESSING THIS LINE: 52 MEX 817 -6 Y FSA-LSO Monterrey, N.L. y Zonas Conurb
|select count(*) from vicidial_list where phone_code='52' and phone_number LIKE "817%" ;|
First Sunday April to Last Sunday October
DST: 0
|select count(*) from vicidial_list where phone_code='52' and phone_number LIKE "817%" and (gmt_offset_now != '-6' or gmt_offset_now IS NULL) ;|
ALL GMT ALREADY CORRECT FOR : 52 817 -6
PROCESSING THIS LINE: 52 MEX 818 -6 Y FSA-LSO Monterrey, N.L. y Zonas Conurb
|select count(*) from vicidial_list where phone_code='52' and phone_number LIKE "818%" ;|
First Sunday April to Last Sunday October
DST: 0
|select count(*) from vicidial_list where phone_code='52' and phone_number LIKE "818%" and (gmt_offset_now != '-6' or gmt_offset_now IS NULL) ;|
ALL GMT ALREADY CORRECT FOR : 52 818 -6
PROCESSING THIS LINE: 52 MEX 819 -6 Y FSA-LSO Monterrey, N.L. y Zonas Conurb
City 2. Culiacán
|select count(*) from vicidial_list where phone_code='52' and phone_number LIKE "665%" ;|
PROCESSING THIS LINE: 52 MEX 667 SIN -7 Y FSA-LSO Culiacán, Sin.j
|select count(*) from vicidial_list where phone_code='52' and phone_number LIKE "667%" ;|
First Sunday April to Last Sunday October
DST: 0
|select count(*) from vicidial_list where phone_code='52' and phone_number LIKE "667%" and (gmt_offset_now != '-7' or gmt_offset_now IS NULL) ;|
ALL GMT ALREADY CORRECT FOR : 52 667 -7
City 3.
|select count(*) from vicidial_list where phone_code='52' and phone_number LIKE "614%" ;|
First Sunday April to Last Sunday October
DST: 0
|select count(*) from vicidial_list where phone_code='52' and phone_number LIKE "614%" and (gmt_offset_now != '-7' or gmt_offset_now IS NULL) ;|
ALL GMT ALREADY CORRECT FOR : 52 614 -7