Skip to content

Commit fa9854b

Browse files
authored
Merge pull request #3082 from replicatedhq/expires-at-format
explain midnight is at the beginning of the day
2 parents 2429ba7 + a16963b commit fa9854b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/vendor/licenses-about.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ For information about how to use the SDK API to query license entitlements at ru
169169

170170
### License Expiration Handling {#expiration}
171171

172-
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.
172+
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.
173173

174174
Replicated enforces the following logic when a license expires:
175175
* By default, instances with expired licenses continue to run.

docs/vendor/licenses-using-builtin-fields.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The built-in license fields are reserved field names.
9696
</tr>
9797
<tr>
9898
<td>`expires_at`</td>
99-
<td><p>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.</p><p>For information about the default behavior when a license expires, see [License Expiration Handling](licenses-about#expiration) in _About Customers_.</p></td>
99+
<td><p>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.</p><p>For information about the default behavior when a license expires, see [License Expiration Handling](licenses-about#expiration) in _About Customers_.</p></td>
100100
</tr>
101101
<tr>
102102
<td>`licenseSequence`</td>

0 commit comments

Comments
 (0)