Re: [sqlite] Are SQLite offer dates with timezone support?

2004-10-16 Thread D. Richard Hipp
Tito Ciuro wrote: Hello, The only reference I see about timezone support in SQLite is in this example: Compute the date and time given a unix timestamp 1092941466, and compensate for your local timezone. SELECT datetime(1092941466, 'unixepoch', 'localtime'); I found this here:

[sqlite] Are SQLite offer dates with timezone support?

2004-10-16 Thread Tito Ciuro
Hello, The only reference I see about timezone support in SQLite is in this example: Compute the date and time given a unix timestamp 1092941466, and compensate for your local timezone. SELECT datetime(1092941466, 'unixepoch', 'localtime'); I found this here: