Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a mistake in the date/time function documentation. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5cb71ea877a50350d44000cbdda878a6 |
User & Date: | drh 2014-02-12 19:36:22.841 |
Context
2014-02-20
| ||
16:09 | Make sure bubble diagrams are all shown in the right places. (check-in: a67364e06f user: drh tags: trunk) | |
2014-02-12
| ||
19:36 | Fix a mistake in the date/time function documentation. (check-in: 5cb71ea877 user: drh tags: trunk) | |
2014-02-11
| ||
16:36 | Add SOURCE_ID and SHA1 hash for the 3.8.3.1 release. (check-in: d882698e7b user: drh tags: trunk) | |
Changes
Changes to pages/lang.in.
︙ | ︙ | |||
2559 2560 2561 2562 2563 2564 2565 | subtracted from the indicated date and time in order to compute zulu time. For example, all of the following time strings are equivalent: </p> <blockquote> 2013-10-07 08:23:19.120<br> 2013-10-07T08:23:19.120Z<br> | | | 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 | subtracted from the indicated date and time in order to compute zulu time. For example, all of the following time strings are equivalent: </p> <blockquote> 2013-10-07 08:23:19.120<br> 2013-10-07T08:23:19.120Z<br> 2013-10-07 04:23:19.120-04:00<br> 2456572.84952685 </blockquote> <p> ^(In formats 4, 7, and 10, the fractional seconds value SS.SSS can have one or more digits following the decimal point. Exactly three digits are shown in the examples because only the first three digits are significant |
︙ | ︙ |