Prerequisites
- A VPS with OnetSolutions
- SSH access to your server
Setting the Timezone
- Interactive Method
- Command Line Method
Run the timezone configuration wizard:Follow the on-screen prompts to select your region and timezone.
Common timezone values:
Europe/Paris, Europe/London, America/New_York, Asia/Tokyo, UTCTime Synchronization (NTP)
- Debian/Ubuntu
- Using systemd-timesyncd
Install and configure NTP:Sync time immediately:
PHP Timezone Configuration
To set the timezone for PHP applications:1
Find the PHP config file
2
Edit the configuration
Open the php.ini file and add or modify:
3
Restart web server

