Quote:
Originally Posted by curiousdreamer
What the title says, is there any way in Plato to change the military time to regular/standard/Imperial (or whatever you call it lol) in settings?
|
I take it you mean to change from a 24 hour clock to a 12 hour clock? I suspect that Plato inherits this from your Kobo's setup.
Quick check on the Plato manual seems to show the default in settings.toml would use a 24 hour clock:
Code:
time-format = "%H:%M"
while to use a 12 hour clock, you would set:
Code:
time-format = "%I:%M"