[sqlite] Re: How to convert the GMT time to date time format

2007-12-18 Thread Igor Tandetnik
Joanne Pham wrote: Sorry! I am very new to SQLite. Where is Wiki page. http://www.sqlite.org/cvstrac/wiki?p=DateAndTimeFunctions Igor Tandetnik - To unsubscribe, send email to [EMAIL PROTECTED] --

Re: [sqlite] Re: How to convert the GMT time to date time format

2007-12-18 Thread Joanne Pham
Thank Igor, It works. Do you know where is wiki web for sqlite. Thanks, Joanne - Original Message From: Igor Tandetnik <[EMAIL PROTECTED]> To: SQLite Sent: Tuesday, December 18, 2007 10:40:30 AM Subject: [sqlite] Re: How to convert the GMT time to date time format Joanne Pham

[sqlite] Re: How to convert the GMT time to date time format

2007-12-18 Thread Igor Tandetnik
Joanne Pham wrote: Thank Richard, What is the 'localtime' in this case. If my time zone is Pacific Time zone. You actually put the string literal 'localtime'. SQLite uses whatever time zone your operating system is configured to use. If you want to use specific time zone, just figure out wh