const time.Hour
11 uses
time (current package)
format.go#L1623: "h": uint64(Hour),
time.go#L940: Hour = 60 * Minute
time.go#L1105: hour := d / Hour
time.go#L1106: nsec := d % Hour
crypto/tls
common.go#L953: ticketKeyLifetime = 7 * 24 * time.Hour // 7 days
common.go#L957: ticketKeyRotation = 24 * time.Hour
common.go#L985: const maxSessionTicketLifetime = 7 * 24 * time.Hour
github.com/gotd/td/mtproto
options.go#L148: opt.SaltFetchInterval = 1 * time.Hour
github.com/refraction-networking/utls
common.go#L940: ticketKeyLifetime = 7 * 24 * time.Hour // 7 days
common.go#L944: ticketKeyRotation = 24 * time.Hour
common.go#L972: const maxSessionTicketLifetime = 7 * 24 * time.Hour
![]() |
The pages are generated with Golds v0.8.4. (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. |