Small. Fast. Reliable.
Choose any three.
*** 97,103 ****
  13: localtime
  14: utc
  
! The first size modifiers (1 through 6) simply add the specified amount
  of time to the date specified by the preceding timestring.
  
  The "start of" modifiers (7 through 10) shift the date backwards to
--- 97,103 ----
  13: localtime
  14: utc
  
! The first six modifiers (1 through 6) simply add the specified amount
  of time to the date specified by the preceding timestring.
  
  The "start of" modifiers (7 through 10) shift the date backwards to
***************
*** 180,186 ****
  
  All internal computations assume the Gregorian calendar system.
  
! ***
  For my use I added new functions and functionalities to the date functions that
  come with the sqlite 3.3.0 (can be used in older versions as well with small effort).
  
--- 180,187 ----
  
  All internal computations assume the Gregorian calendar system.
  
! ----
! _An anonymous user adds:_ {linebreak}
  For my use I added new functions and functionalities to the date functions that
  come with the sqlite 3.3.0 (can be used in older versions as well with small effort).