On 8 Mar 2011, at 5:36pm, Enrico Thierbach wrote:

> The latter case is in CEST, and sqlite seems to know this. And again with the 
> timezone pinned to UTC:

Does SQLite contain the timezone table itself, or does it obtain it from the 
operating system ?  Ah, I see it uses 'localtime_r()'.  In that case, you can 
look up documentation for your own operating system to see what time zones it 
understands.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to