Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the date-time function documentation. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | branch-3.26 |
Files: | files | file ages | folders |
SHA3-256: |
0866c95aaff0118dfd8ec7a78382b89b |
User & Date: | drh 2019-01-29 18:59:38.165 |
Context
2019-02-07
| ||
13:47 | Merge changes from the 3.26.0 release branch. (check-in: 9d6e96fd8f user: drh tags: trunk) | |
2019-01-29
| ||
18:59 | Fix a typo in the date-time function documentation. (Leaf check-in: 0866c95aaf user: drh tags: branch-3.26) | |
2019-01-28
| ||
12:16 | Fix typo on the "PRAGMA database_list" documentation. (check-in: 70943cf0c8 user: drh tags: branch-3.26) | |
Changes
Changes to pages/lang.in.
︙ | ︙ | |||
3227 3228 3229 3230 3231 3232 3233 | localtime_r() C function normally only works for years between 1970 and 2037. For dates outside this range, SQLite attempts to map the year into an equivalent year within this range, do the calculation, then map the year back.)^</p> <p>^(These functions only work for dates between 0000-01-01 00:00:00 | | | 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 | localtime_r() C function normally only works for years between 1970 and 2037. For dates outside this range, SQLite attempts to map the year into an equivalent year within this range, do the calculation, then map the year back.)^</p> <p>^(These functions only work for dates between 0000-01-01 00:00:00 and 9999-12-31 23:59:59 (julian day numbers 1721059.5 through 5373484.5).)^ For dates outside that range, the results of these functions are undefined.</p> <p>Non-Vista Windows platforms only support one set of DST rules. Vista only supports two. Therefore, on these platforms, historical DST calculations will be incorrect. For example, in the US, in 2007 the DST rules changed. |
︙ | ︙ |