on 2012 Feb 24 7:24 AM
We host database for some online applications and some of our new customers are located in another timezone.
Since we have all database running in just one box, is that possible to configure timezone in database/db server, this way sa will not use OS timezone.
Request clarification before answering.
In the option "PUBLIC.time_zone" with "Simulated Time Zones" seems to do this in the current version (Anywhere 17)
CREATE TIME ZONE NewSouthWales OFFSET '10:00' STARTING 'Oct/Sun>=1' AT '2:00' ENDING 'Apr/Sun>=1' AT '2:00'; SET OPTION PUBLIC.time_zone='NewSouthWales';
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.