Use time.Time in the Signature struct #6
Loading…
Reference in New Issue
No description provided.
Delete Branch "signature"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The antisymmetry of
sig.When.Unix()
vssig.Offset()
isn't great, but getting the offset in seconds becomes annoying otherwise, astime.Time
wants to give you the timezone's name as well, and gives you the offset in seconds, while we want it in minutes.Do we want a
sig.Unix()
function that just returnssig.When.Unix()
?Looks just fine to me.