diff options
| author | bt <bt@rctt.net> | 2026-06-04 16:11:03 +0200 |
|---|---|---|
| committer | bt <bt@rctt.net> | 2026-06-04 16:12:22 +0200 |
| commit | ed2621c17f353878ea86ce2c16cac7cd04fb4c6a (patch) | |
| tree | 21735f781749a3b2986fb8fbd44e9a3ef94d8a66 /docs/rfc.md | |
| parent | 061b0ac8e8d1cefbb7ffcf3eb8695a28663cda3e (diff) | |
| download | solec-ed2621c17f353878ea86ce2c16cac7cd04fb4c6a.tar.gz solec-ed2621c17f353878ea86ce2c16cac7cd04fb4c6a.zip | |
[common] Include milliseconds in timestamps
Diffstat (limited to 'docs/rfc.md')
| -rw-r--r-- | docs/rfc.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rfc.md b/docs/rfc.md index 5c9f9b0..d6c8085 100644 --- a/docs/rfc.md +++ b/docs/rfc.md @@ -117,7 +117,7 @@ Number in numeric type name is number of bits used to encode this type. ### Timestamp -Uint64 containing Unix timestamp in UTC timezone. +Uint64 containing Unix timestamp in UTC timezone. Milliseconds are included. ~~~ ascii-art 0 1 2 3 |
