jonboulle / clockwork

a fake clock for golang
Apache License 2.0
631 stars 57 forks source link

Make default time after the Unix Epoch #3

Closed chancez closed 8 years ago

chancez commented 8 years ago

Anything before 1970 will give you negative numbers when using the .Unix() method and it's a bit weird to see negatives there usually, totally makes tests that use Unix times seem like something is off, if you don't use clockwork much.

jonboulle commented 8 years ago

thanks, lgtm

big brother