=== Setting MySQL Timezone to Philippines (UTC+8) === 1. Current MySQL Timezone: Global timezone: SYSTEM Session timezone: SYSTEM 2. Current MySQL Time: MySQL Time: 2025-10-17 23:34:11 MySQL Timestamp: 1760758451 3. Setting timezone to Philippines (UTC+8)... ⚠️ Warning: Could not set global timezone: SQLSTATE[42000]: Syntax error or access violation: 1227 Access denied; you need (at least one of) the SUPER privilege(s) for this operation This might require SUPER privilege ✅ Session timezone set to +08:00 4. Verifying timezone change: New global timezone: SYSTEM New session timezone: +08:00 5. New MySQL Time: New MySQL Time: 2025-10-18 11:34:11 New MySQL Timestamp: 1760758451 6. Time Comparison: PHP Time: 2025-10-18 03:34:11 PHP Timestamp: 1760758451 MySQL Time: 2025-10-18 11:34:11 MySQL Timestamp: 1760758451 ✅ PHP and MySQL times are synchronized (difference: 0 seconds) === Timezone Setup Complete === ✅ MySQL timezone has been set to Philippines (UTC+8) ✅ You can now test logout functionality