-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tendermint: Added
unix_timestamp
and unix_timestamp_nanos
method …
…in Time struct. (#1176) * Convert Time into unix timestamp * Update .changelog/unreleased/improvements/1175-unix-timestamp-conversion.md Co-authored-by: Thane Thomson <connect@thanethomson.com>
- Loading branch information
1 parent
3c28657
commit d102af4
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/1175-unix-timestamp-conversion.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `[tendermint]` Added `Time` methods `unix_timestamp` and `unix_timestamp_nanos`. | ||
([#1175](https://github.com/informalsystems/tendermint-rs/issues/1175)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters