Jay wrote:
> SQLite version 3.1.2
> Enter ".help" for instructions
> sqlite> select datetime('now');
> 2005-03-26 00:44:37
> sqlite> .quit
> zenobia # date
> Fri Mar 25 18:44:48 CST 2005
> zenobia #
> 
> Is this because I don't have the timezone set?

The time you are getting from SQLite is in GMT. The gap between GMT and CST is
+6 hours.

Randy
-- 
[EMAIL PROTECTED]          http://www.rjray.org         http://www.svsm.org

We will never have true civilization until we have learned to recognize the
rights of others.-- Will Rogers

Reply via email to