Re: [sqlite] Time zones

2012-04-17 Thread Igor Tandetnik
jwzumwalt wrote: > Where can I find a complete list of Sqlite timezones. I Google searched > without success. > > i.e > hawaiin ?? > date_default_timezone_set('America/Los_Angeles'); // pacific timezone date_default_timezone_set is not part of SQLite. You must be using

Re: [sqlite] Time zones

2012-04-17 Thread Black, Michael (IS)
You're talking PHP...not SQLite. SQLite doesn't know about timezones other than "local" and "utc". So your timezones will depend on your OS. On RedHat it's in /usr/share/zoneinfo and there's tons of them. I've got 1,743 of them. Michael D. Black Senior Scientist Advanced