From a16963bc8b481c0ed78e8f5049bb613a5feec2d7 Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Thu, 27 Feb 2025 11:57:55 -0700 Subject: [PATCH] explain midnight is at the beginning of the day --- docs/vendor/licenses-about.mdx | 2 +- docs/vendor/licenses-using-builtin-fields.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/vendor/licenses-about.mdx b/docs/vendor/licenses-about.mdx index 2f3055ceb2..8b1df630a4 100644 --- a/docs/vendor/licenses-about.mdx +++ b/docs/vendor/licenses-about.mdx @@ -169,7 +169,7 @@ For information about how to use the SDK API to query license entitlements at ru ### License Expiration Handling {#expiration} -The built-in `expires_at` license field defines the expiration date for a customer license. When you set an expiration date in the Vendor Portal, the `expires_at` field is set to midnight UTC on the date selected. +The built-in `expires_at` license field defines the expiration date for a customer license. When you set an expiration date in the Vendor Portal, the `expires_at` field is encoded in ISO 8601 format (`2026-01-23T00:00:00Z`) and is set to midnight UTC at the beginning of the calendar day (`00:00:00`) on the date selected. Replicated enforces the following logic when a license expires: * By default, instances with expired licenses continue to run. diff --git a/docs/vendor/licenses-using-builtin-fields.mdx b/docs/vendor/licenses-using-builtin-fields.mdx index ace848c3e1..47b4aeee31 100644 --- a/docs/vendor/licenses-using-builtin-fields.mdx +++ b/docs/vendor/licenses-using-builtin-fields.mdx @@ -96,7 +96,7 @@ The built-in license fields are reserved field names. `expires_at` -

Defines the expiration date for the license. The date is encoded in ISO 8601 format (`2026-01-23T00:00:00Z`) and is set to midnight UTC on the date selected. If a license does not expire, this field is missing.

For information about the default behavior when a license expires, see [License Expiration Handling](licenses-about#expiration) in _About Customers_.

+

Defines the expiration date for the license. The date is encoded in ISO 8601 format (`2026-01-23T00:00:00Z`) and is set to midnight UTC at the beginning of the calendar day (`00:00:00`) on the date selected. If a license does not expire, this field is missing.

For information about the default behavior when a license expires, see [License Expiration Handling](licenses-about#expiration) in _About Customers_.

`licenseSequence`