AWS Security ChangesHomeSearch

AWS IAM: Updated W3C date format URL in condition operators guide

Service: IAM · 2026-08-19 · Documentation low

File: IAM/latest/UserGuide/reference_policies_elements_condition_operators.md

Summary

Corrected the URL reference for W3C ISO 8601 date formats.

Security assessment

Fixes a documentation link without changing security-related condition operator guidance.

Evidence

+Date condition operators let you construct `Condition` elements that restrict access based on comparing a key to a date/time value. You use these condition operators with [`aws:CurrentTime`](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-currenttime) key or [`aws:EpochTime`](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-epochtime) key. You must specify date/time values with one of the [W3C implementations of the ISO 8601 date formats](http://www.w3.org/TR/NOTE-datetime) or in epoch (UNIX) time. 

Diff

diff --git a/IAM/latest/UserGuide/reference_policies_elements_condition_operators.md b/IAM/latest/UserGuide/reference_policies_elements_condition_operators.md
index 6f9f06609..e240babd9 100644
--- a//IAM/latest/UserGuide/reference_policies_elements_condition_operators.md
+++ b//IAM/latest/UserGuide/reference_policies_elements_condition_operators.md
@@ -568 +568 @@ If the key that you specify in a policy condition is not present in the request
-Date condition operators let you construct `Condition` elements that restrict access based on comparing a key to a date/time value. You use these condition operators with [`aws:CurrentTime`](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-currenttime) key or [`aws:EpochTime`](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-epochtime) key. You must specify date/time values with one of the [W3C implementations of the ISO 8601 date formats](https://docs.aws.amazon.com/http://www.w3.org/TR/NOTE-datetime) or in epoch (UNIX) time. 
+Date condition operators let you construct `Condition` elements that restrict access based on comparing a key to a date/time value. You use these condition operators with [`aws:CurrentTime`](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-currenttime) key or [`aws:EpochTime`](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-epochtime) key. You must specify date/time values with one of the [W3C implementations of the ISO 8601 date formats](http://www.w3.org/TR/NOTE-datetime) or in epoch (UNIX) time.