cinnyapp / cinny

Yet another matrix client
https://cinny.in
GNU Affero General Public License v3.0
1.98k stars 257 forks source link

Allow configuring 12/24h format for timestamps #1549

Closed chemicalstorm closed 1 year ago

chemicalstorm commented 1 year ago

Describe the problem

cinny always display message timestamps in a 12h format (using hh formatter in https://github.com/cinnyapp/cinny/blob/dev/src/app/utils/time.ts#L12).

Describe the solution you'd like

It would be nice to be able to specify if time should be formatted on 12h (hh) or 24h (HH).

Alternatives considered

No response

Additional context

No response

kfiven commented 1 year ago

Duplicate of #60