diff --git a/docs/docs/string_formatting.md b/docs/docs/string_formatting.md index 27c7a20c..40a44b10 100644 --- a/docs/docs/string_formatting.md +++ b/docs/docs/string_formatting.md @@ -144,7 +144,7 @@ The following tokens are currently supported: | | z | Asia/Baku, Europe/Warsaw, GMT ... | | | zz | EST CST ... MST PST | | **Seconds timestamp** | X | 1381685817, 1234567890.123 | -| **Microseconds timestamp** | x | 1234567890123 | +| **Milliseconds timestamp** | x | 1234567890123 | ### Localized Formats