mirror of https://github.com/hashicorp/boundary
parent
0d71976437
commit
86f10f3ea4
@ -0,0 +1,10 @@
|
||||
// Copyright (c) HashiCorp, Inc.
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
|
||||
package storage
|
||||
|
||||
import "time"
|
||||
|
||||
// InfinityTS is the max protobuf timestamp value of 9999-12-31T23:59:59.999999999Z. It is
|
||||
// used to represent a infinite retention value in storage policies.
|
||||
var InfinityTS = time.Date(9999, time.December, 31, 23, 23, 23, 1e9-1, time.UTC)
|
||||
Loading…
Reference in new issue