- Edited
Hello all.is any way to add on this drop box another cities? such as Athens etc. etcThanks
Hello all.is any way to add on this drop box another cities? such as Athens etc. etcThanks
normal">I wouldn't recommend it but you can update the entry
in the DB with this command:
normal">update ost_timezone set timezone = "Azores, Cape
Verde Islands, Cityname here" where timezone like '%Azores%';
15.3pt">Replace "Cityname" with the name of the City
you want to see there.
15.3pt">Make a dump of the Database before you make that
change, just in case something goes wrong.
15.3pt">For example: mysqldump -u root -p osttest >
testdump.dmp
15.3pt">This command would prompt for the password of the database
user root - after you have successfully entered the password the mysql server
would create a file testdump.dmp from the database named osttest.