Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
a88d4c2239574413f60a2d9f90fa2908 |
User & Date: | mistachkin 2016-05-23 18:10:19.389 |
Context
2016-05-26
| ||
17:57 | Fix a typo on the wal.html page. (check-in: e97f045354 user: drh tags: trunk) | |
2016-05-23
| ||
18:10 | Fix typo. (check-in: a88d4c2239 user: mistachkin tags: trunk) | |
2016-05-20
| ||
19:21 | Add the AAR Android Library to the download page. (check-in: 79c52bfb78 user: drh tags: trunk) | |
Changes
Changes to pages/lang.in.
︙ | ︙ | |||
2915 2916 2917 2918 2919 2920 2921 | follow a timestring of the form DDDDDDDDDD which expresses the number of seconds since 1970 or if other modifiers separate the "unixepoch" modifier from prior DDDDDDDDDD then the behavior is undefined. Due to precision limitations imposed by the implementations use of 64-bit integers, the "unixepoch" modifier only works for dates between 0000-01-01 00:00:00 and 5352-11-01 10:52:47 (unix times | | | 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 | follow a timestring of the form DDDDDDDDDD which expresses the number of seconds since 1970 or if other modifiers separate the "unixepoch" modifier from prior DDDDDDDDDD then the behavior is undefined. Due to precision limitations imposed by the implementations use of 64-bit integers, the "unixepoch" modifier only works for dates between 0000-01-01 00:00:00 and 5352-11-01 10:52:47 (unix times of -62167219200 through 106751991167).</p> <tcl>hd_fragment localtime {localtime modifier} {'utc' modifier}</tcl> <p>^The "localtime" modifier (12) assumes the time string to its left is in Universal Coordinated Time (UTC) and adjusts the time string so that it displays localtime. If "localtime" follows a time that is not UTC, then the behavior is undefined. ^(The "utc" modifier is the opposite of "localtime". |
︙ | ︙ |