Skip to content

Commit 5ed2e88

Browse files
committed
NeoFS block storage: specify block timestamp format
Signed-off-by: Anna Shaleva <[email protected]>
1 parent 6b50aeb commit 5ed2e88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

neofs-blocks.mediawiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ separate NeoFS object with a unique OID and the following metadata attributes:
3737
|-
3838
| PrevHash || Hexadecimal string of the previous block’s hash.
3939
|-
40-
| BlockTime || Millisecond-precision timestamp when the block was created.
40+
| BlockTime || Millisecond-precision unix timestamp when the block was created.
4141
|-
42-
| Timestamp || Second-precision timestamp when the block was uploaded.
42+
| Timestamp || Second-precision unix timestamp when the block was uploaded.
4343
|}
4444

4545
These attributes are stored as NeoFS object metadata; the list of attributes MAY be extended.

0 commit comments

Comments
 (0)