Hi.
PT4 requests I change certain settings to allow me access now that i've moved to Canada. Below are the commands as advised by PT, but i'm stuck at the timezone bit.
Run the Terminal application found at /Applications/Utilities/Terminal.
Type sudo nano /Library/PostgreSQL/9.3/data/postgresql.conf
Type in your OS X administrator password if requested. This will start the Nano text editor inside of the Terminal window.
You can search for the timezone = 'X' entry by pressing CTRL+W (as indicated at the bottom of the Terminal window) and typing "timezone =".
Note that you need to change the "timezone = ..." line, which is not necessarily the first instance of timezone in the file so you may need to search more than once.
Press CTRL+O to save the file (press 'Enter' to confirm), then CTRL+X to exit the editor.
The PostgreSQL server must now be restarted to allow the changes made to the configuration file to take effect. The easiest way to accomplish this is by restarting your computer.
I've tried every combination of timezone+ I can think of, but it's responding as 'timezone not found'.
Can anyone help me?
Thanks in advance.