---
title: Dates and times
description: Format dates and times consistently.
image: https://developers.cloudflare.com/cf-twitter-card.png
---

> Documentation Index  
> Fetch the complete documentation index at: https://developers.cloudflare.com/style-guide/llms.txt  
> Use this file to discover all available pages before exploring further.

[Skip to content](#%5Ftop) 

# Dates and times

## Product content

To account for internationalization and inclusivity of all locales, use the ISO-8601 (YYYY-MM-DD hh:mm:ss) standard when writing dates and times as much as possible.

In general, documentation should strive to represent universal truth, not something time-bound. This is why semgrep may flag uses of explicit dates or month names or years because often become out-of-date and not be revised later.

## Blogs

Since our readership is international, keep date formats international.

When mentioning dates in text, spell them out:

* On Tuesday, May 19, attackers targeted the company's servers.
* On February 11th, 2010, the company went public.

For graphs, charts, and other visual assets use the ISO-8601 (YYYY-MM-DD hh:mm:ss) standard.

```json
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"/directory/","name":"Directory"}},{"@type":"ListItem","position":2,"item":{"@id":"/style-guide/","name":"Style Guide"}},{"@type":"ListItem","position":3,"item":{"@id":"/style-guide/formatting/","name":"Formatting"}},{"@type":"ListItem","position":4,"item":{"@id":"/style-guide/formatting/dates-and-times/","name":"Dates and times"}}]}
```
