Skip to content

Commit

Permalink
Fix: Remove "TTT" from valid parsing tokens (#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
6ixfalls committed Aug 9, 2023
1 parent 8eb9207 commit 875eeaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/parsing.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ Because Luxon was able to parse the string without difficulty, the output is a l
| tt | | localized time with seconds | `1:07:04 PM` |
| T | | localized 24-hour time | `13:07` |
| TT | | localized 24-hour time with seconds | `13:07:04` |
| TTT | | localized 24-hour time with seconds and abbreviated offset | `13:07:04 EDT` |
| f | | short localized date and time | `8/6/2014, 1:07 PM` |
| ff | | less short localized date and time | `Aug 6, 2014, 1:07 PM` |
| F | | short localized date and time with seconds | `8/6/2014, 1:07:04 PM` |
Expand Down

0 comments on commit 875eeaa

Please sign in to comment.