Date format uses year since 1900.

This commit is contained in:
Ignotus Peverell 2016-11-29 20:04:13 -08:00
parent 1ab9001338
commit 2e52b13c35
No known key found for this signature in database
GPG key ID: 99CD25F39F8F8211

View file

@ -34,7 +34,7 @@ pub fn genesis() -> core::Block {
height: 0,
previous: core::hash::Hash([0xff; 32]),
timestamp: time::Tm {
tm_year: 1997,
tm_year: 1997-1900,
tm_mon: 7,
tm_mday: 4,
..time::empty_tm()