1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00

(Bug) Fix pt time formatting

This commit is contained in:
Guilherme Chaguri 2022-09-28 10:48:55 -03:00
parent c6f0b69b2e
commit 68683cf155

View File

@ -2,4 +2,4 @@ pt:
time:
formats:
# See http://apidock.com/ruby/DateTime/strftime for a list of available directives
hour_minute: "%I:%M %p"
hour_minute: "%H:%M"