Skip to content

Commit

Permalink
fix unix time
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrent committed Oct 17, 2024
1 parent 9302166 commit 9c226ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/demurrage-collateral.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ refPerTok(): 1 / (1 - demurrage_rate_per_second) ^ t
where t is seconds since 01/01/2024 00:00:00 GMT+0000
```

The timestamp of 01/01/2024 00:00:00 GMT+0000 is chosen arbitrarily. It's not important what this value is, but there are benefits to using a common anchor (and 1970 is too far).
The timestamp of 01/01/2024 00:00:00 GMT+0000 is chosen arbitrarily. It's not important what this value is, but there are benefits to using a common anchor (and 1970 is wastefully far).

In unix time this is `1640995200`
In unix time this is `1704085200`

### Target Unit

Expand Down

0 comments on commit 9c226ff

Please sign in to comment.