overtake / TelegramSwift

Source code of Telegram for macos on Swift 5.0
https://macos.telegram.org
GNU General Public License v2.0
5.02k stars 852 forks source link

RFE: Use System Date formats #983

Open obriencj opened 1 year ago

obriencj commented 1 year ago

Please add an option to use the system date formats when displaying dates in the telegram UI.

Right now it appears that telegram uses a custom and bizarre format in some cases (eg. "last seen 5.06.23" meaning 2023-06-05). In other places such as the global search it uses a different format (eg. "5/29/23" meaning 2023-05-29).

Neither of those formats are the system-configured ones, in this case.

12z commented 1 month ago

Would also love to see that implemented. I was surprised to see dates in format different from the one set in system preferences. Especially considering the other version seems to have it telegramdesktop/tdesktop#17068