Merge pull request #29 from DebianWall/patch-1
Silly me forgot to change the %I to a %H
This commit is contained in:
commit
2b28c1c8e7
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ date = " %a, %b %d, %Y"
|
||||||
time = " at %I:%M%p"
|
time = " at %I:%M%p"
|
||||||
|
|
||||||
# If you're not living in a country where AM and PM is used you can add -alt to the time above this line and comment it using ;, then you can remove the -alt to the time under this line and uncomment it.
|
# If you're not living in a country where AM and PM is used you can add -alt to the time above this line and comment it using ;, then you can remove the -alt to the time under this line and uncomment it.
|
||||||
;time-alt = " at %I:%M"
|
;time-alt = " at %H:%M"
|
||||||
;time-alt = %H:%M:%S
|
;time-alt = %H:%M:%S
|
||||||
;time-alt = %H:%M:%S
|
;time-alt = %H:%M:%S
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue