const time.Hour
7 uses
time (current package)
format.go#L1609: "h": uint64(Hour),
time.go#L657: Hour = 60 * Minute
time.go#L822: hour := d / Hour
time.go#L823: nsec := d % Hour
crypto/tls
common.go#L838: ticketKeyLifetime = 7 * 24 * time.Hour // 7 days
common.go#L842: ticketKeyRotation = 24 * time.Hour
common.go#L870: const maxSessionTicketLifetime = 7 * 24 * time.Hour
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |