Skip to content

Commit

Permalink
Add missing LTS format in x-pseudo locale
Browse files Browse the repository at this point in the history
  • Loading branch information
aadityataparia committed Apr 5, 2019
1 parent 978f197 commit 2627c12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/locale/x-pseudo.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const locale = {
ordinal: n => n,
formats: {
LT: 'HH:mm',
LTS: 'HH:mm:ss',
L: 'DD/MM/YYYY',
LL: 'D MMMM YYYY',
LLL: 'D MMMM YYYY HH:mm',
Expand Down

0 comments on commit 2627c12

Please sign in to comment.