remove the TODO

This commit is contained in:
Miek Gieben 2012-05-15 12:27:40 +02:00
parent f0154aa0c2
commit 6b28ef1353
1 changed files with 1 additions and 1 deletions

View File

@ -1098,7 +1098,7 @@ func (rr *RR_HIP) Len() int {
// TimeToDate translates the RRSIG's incep. and expir. times to the
// string representation used when printing the record.
// It takes serial arithmetic (RFC 1982) into account. [TODO]
// It takes serial arithmetic (RFC 1982) into account.
func TimeToDate(t uint32) string {
mod := ( (int64(t) - time.Now().Unix()) / Year68 ) - 1
if mod < 0 {