Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Dec 20, 2024
1 parent 3e47477 commit d793f1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/documentation/gov-funding-lapse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ We will use a prefix of `gfl_` (government funding lapse). Several tags will be

* gfl_shutdown_timestamp

This is **required**, and is the ISO 8601 timestamp of the time the service was shutdown. You can get this from Linux with `date --iso=seconds`
or with Terraform in the `timestamp()` function. With python:
This is **required**, and is the RFC 3389/ISO 8601 timestamp of the time the service was shutdown. You can get this from Linux with `date --iso=seconds`
or with Terraform in the `timestamp()` function or the `time` provider `rfc3389` attribute. With python:

```python
from datetime import datetime,timezone
Expand Down

0 comments on commit d793f1c

Please sign in to comment.