Small. Fast. Reliable.
Choose any three.
*** 165,170 ****
--- 165,174 ----
  _Please surround uses of localtime() with sqliteOsEnterMutex() and sqliteOsLeaveMutex() so threads using SQLite are protected, at least! 
  -- e_  
  
+ _[Consider instead, using localtime_r which is reentrant and may be used
+ *without* expensive mutex locking. Altough non-standard it's available
+ on most Unixes --hauk]_
+ 
  All internal computations assume the Gregorian calendar system.  When
  you use the "julian" modifier, it does not convert the date into a real
  Julian calendar date, it merely shifts the Gregorian calendar date to