The version date of this specification is <code class="code">2024/06/11</code>.
</p>
<p class="p">
+ The license (copyright) is <a href="licenses/oslv1.html" class="link">Open Standard License 1.0 or greater</a>.
+ </p>
+ <p class="p">
IKI is a minimally structured WIKI-like syntax meant to be simpler than WIKI syntax.
</p>
<p class="p">
<ul>
<li><a href="fll/specifications/other/time.html" class="link">Time and EpochTime</a></li>
</ul>
+ <p class="p">
+ Unless otherwise specified, these have a license (copyright) of <a href="licenses/oslv1.html" class="link">Open Standard License 1.0 or greater</a>.
+ </p>
</div>
</section>
The version date of this specification is <code class="code">2023/12/16</code>.
</p>
<p class="p">
+ The license (copyright) is <a href="licenses/oslv1.html" class="link">Open Standard License 1.0 or greater</a>.
+ </p>
+ <p class="p">
There are two units of <strong class="strong">Time</strong>, the first is simply called <strong class="strong">Time</strong> and the second is called <strong class="strong">EpochTime</strong>.
</p>
<p class="p">
This is simply not expected to be interpreted as a unit of time on a computer (but nothing stops it from being interpreted).
</p>
<p class="p">
- The technical forms are limit to 64-bit unsigned for technical use but should technology advance to a point where larger bits are needed then this allows for that.
+ The technical forms are limited to 64-bit unsigned for technical use but should technology advance to a point where larger bits are needed then this allows for that.
The systems should expect 64-bit and larger bits would have to become common before something larger than 64-bit is the expected or assumed default.
Negative signs can be allowed but they must not prevent the full use of the 64-bit.
The implementation of how this is done is left to the implementer except that the signs are immediately to the left of the digit.