Antergos / web-greeter

A modern, visually appealing greeter for LightDM.
http://antergos.github.io/web-greeter
GNU General Public License v3.0
233 stars 57 forks source link

24h time howto #181

Closed gabrielfsousa closed 5 years ago

gabrielfsousa commented 5 years ago

how i change the time to 24 ?

marcsello commented 5 years ago

I'm pretty sure this depends on the theme you choose.

EDIT: If you looking for help for the default theme, I suggest you look around in the default theme files. Especially around this function: https://doclets.io/Antergos/web-greeter/stable#dl-LightDM-ThemeUtils-get_current_localized_time

marcsello commented 5 years ago

Okay, there is a line in the config file (somehow I missed it sry):

time_language       = auto

According to the comments above, and moment.js' documentation, you can just change this to a locale that uses 24 hour time format, like "hu" or something.