|
|
|
|
|
by formerly_proven
284 days ago
|
|
SQLite probably doesn't do anything with times and dates except punting some functions to the limited libc facilities because including any proper date-time facilities would basically double the footprint of SQLite. Same for encodings and collations. |
|