# Time

## 12-hour clock

Use the 12-hour clock format, with a.m. and p.m. lowercased and separated by periods. Always write time using numerals rather than words.

### Examples

* Correct: 10 p.m.
* Incorrect: 10PM, 10P.M, 10 P.M, 10 pm, 10pm, 22:00, 2200, ten p.m.

## With comma

If you need to use a comma after a.m. or p.m., insert the comma after the second period.

### Examples

* Correct: When she said she would reach Tokyo by 10 p.m., I did not believe her.
* Incorrect: When she said she would reach Tokyo by 10 p.m, I did not believe her.

## Hours and minutes

Use a colon between the hour and minutes, not a period.

### Examples

* Correct: 10:30 p.m.
* Incorrect: 10.30 p.m.

## See also

{% content-ref url="../numbers" %}
[numbers](https://malrewrite.gitbook.io/important-docs/reference/numbers)
{% endcontent-ref %}
