Method 1: Command Line (Recommended for Servers)
1. Check current time and timezone
commands: timedatectl status
2. Set the timezone
- To list available timezones.
commands: timedatectl list-timezones
- To set your timezone (example: Asia/Manila):
commands: sudo timedatectl set-timezone Asia/Manila
