Merge pull request #8323 from ion9/patch-1

update to include the \. from %L
This commit is contained in:
L-Hudson 2019-02-21 08:36:36 -05:00 committed by GitHub
commit be735047c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ The following `strftime` codes are supported:
| `%p` | AM or PM. | AM | | `%p` | AM or PM. | AM |
| `%M` | Minute as a zero-padded decimal number. | 57 | | `%M` | Minute as a zero-padded decimal number. | 57 |
| `%S` | Second as a zero-padded decimal number. | 04 | | `%S` | Second as a zero-padded decimal number. | 04 |
| `%L` | Milliseconds as a zero-padded decimal number. | 123 | | `%L` | Milliseconds as a zero-padded decimal number. | .123 |
| `%f` | Microseconds as a zero-padded decimal number. | 000345 | | `%f` | Microseconds as a zero-padded decimal number. | 000345 |
| `%z` | UTC offset in the form +HHMM or -HHMM. | +1300 | | `%z` | UTC offset in the form +HHMM or -HHMM. | +1300 |
| `%Z` | Time zone name. | PST | | `%Z` | Time zone name. | PST |