> For the complete documentation index, see [llms.txt](https://ts-specs.handhistory.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ts-specs.handhistory.org/less-than-standardized_tournament_summary-greater-than/end_date_utc.md).

# end\_date\_utc

#### end\_date\_utc

The date and time that the tournament was completed (in UTC/GMT).

{% hint style="warning" %}
The time should ***always be in UTC/GMT*** regardless of the site or user's timezone.
{% endhint %}

**Type:** string

**Format:** ISO8601 format. "yyyy-mm-ddThh:mm:ssZ"

**Example:**\
See section 5.8 in the RFC: <https://tools.ietf.org/html/rfc3339#section-5.8>

```
"end_date_utc": "2017-12-31T11:05:26Z"
```
