Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client should use the date format defined by the system #618

Closed
ronakg opened this issue Mar 30, 2015 · 32 comments · Fixed by #17068
Closed

Client should use the date format defined by the system #618

ronakg opened this issue Mar 30, 2015 · 32 comments · Fixed by #17068
Labels

Comments

@ronakg
Copy link

ronakg commented Mar 30, 2015

Right now the date is shown in DD.MM.YY format on the list of conversations. This is not how it's shown everywhere else on my system.

It should ideally take the format from the system.

@auchri
Copy link
Contributor

auchri commented Sep 4, 2015

@auchri auchri added the bug label Sep 4, 2015
@PerryVerheij
Copy link

@telegramdesktop, this is still not solved and I would like it very much if it would be.

@alindt
Copy link

alindt commented Mar 28, 2016

Indeed, both date and time should use the system defined formats

@XP1
Copy link

XP1 commented May 22, 2016

@BryanEllis
Copy link

The DD.MM.YY format is very annoying. I use YYYYMMDD everywhere else in my system. Being backwards in Telegram is disorienting.

@lindhe
Copy link

lindhe commented Jul 11, 2017

I was just about to say. It really should look at the systems locale setting to choose date/time format accordingly. And if it doesn't, it should definitely use ISO 8601, not some random string of integers that I need to guess what it means.

Preposterous date format

@guzszisvww
Copy link

Serious bug not fixed in 4 years !!! Developers, stop working on design themes and other nonsense, fix major bugs.

@JulyIghor
Copy link

JulyIghor commented Dec 22, 2019

This is not the Date only problem. Need Time format setting also (12/24 mode)

@Aokromes
Copy link
Collaborator

imho a setting to allow people to use system date and custom is the way to go.
https://i.imgur.com/bVnrL5n.png

@anibyl
Copy link

anibyl commented Feb 26, 2020

It would awesome to have date/time format settings.

@stale
Copy link

stale bot commented Oct 24, 2020

Hey there!

This issue will be automatically closed in 7 days if there would be no activity. We therefore assume that the user has lost interest or resolved the problem on their own.

Don't worry though; if this is an error, let us know with a comment and we'll be happy to reopen the issue.

Thanks!

@stale stale bot added the stale label Oct 24, 2020
@anibyl
Copy link

anibyl commented Oct 24, 2020

The issue is still there.

@stale stale bot removed the stale label Oct 24, 2020
@NilsIrl
Copy link

NilsIrl commented Dec 15, 2020

To change the date and time format, change the LC_TIME environment variable.

@SaltfishAmi
Copy link

To change the date and time format, change the LC_TIME environment variable.

DD.MM.YY is hard coded.
https://github.com/telegramdesktop/tdesktop/search?utf8=%E2%9C%93&q=%22d.MM.yy%22

@NilsIrl
Copy link

NilsIrl commented Dec 17, 2020

Edit: Nevermind: I thought this was about time, not date. However, for time setting LC_TIME, does work.

@stale
Copy link

stale bot commented Jun 15, 2021

Hey there!

This issue was inactive for a long time and will be automatically closed in 30 days if there isn't any further activity. We therefore assume that the user has lost interest or resolved the problem on their own.

Don't worry though; if this is an error, let us know with a comment and we'll be happy to reopen the issue.

Thanks!

@stale stale bot added the stale label Jun 15, 2021
@anibyl
Copy link

anibyl commented Jun 15, 2021

The issue is still there.

@Aokromes Aokromes removed the stale label Jun 15, 2021
@AmirHosseinKarimi
Copy link

Yea. Just 6 years need to fix this bug.
oh, wait! it's not fixed yet?

@SaltfishAmi
Copy link

No, it's not.
Come on...

@landry314
Copy link

Wow, this is an annoying bug. I see the date on my mac desktop as DD.MM.YY written as a number. This confuses me because I am in the United States. It is fine on Android where it spells out the month.

6 years and this bug is still here? Add a setting for date format or make a English (United States) option for language which fixes this or spell out the month as mmm or take it from MacOS from my region. Just pick one. Wow.

@SaltfishAmi
Copy link

SaltfishAmi commented Jul 10, 2021 via email

@zeroskyx
Copy link

Any news one the topic? Same issue exists for time; if mapping it to system settings is too complicates for now, why not allow users to select it in advanced settings?

  • MM/dd/yyyy
  • dd.MM.yyyy
  • yyyy-MM-dd

And for times

  • h:mm a
  • HH:mm

Etc?

@ImmortalBuka
Copy link

This much annoying issue still exist here )=

@psydrin
Copy link

psydrin commented Sep 12, 2021

Issue still exists here on the Windows desktop version.

@CoderTimZ
Copy link
Contributor

CoderTimZ commented Sep 12, 2021

I don’t know if the developers are just being stubborn or what. I realize the American date format makes no sense, but it’s not like it’s our fault that we were born into this system. It is what it is. And this isn’t just an aesthetic preference. Any date less than 13 is ambiguous. For example, today’s date is written as 12.09.2021 in Telegram. To an American this looks like December 9th. It leads to so much confusion having to remember to convert the format. I don’t understand why it’s so difficult to use the localization settings in the operating system to determine the date format like every other sensible app.

@landry314
Copy link

landry314 commented Sep 14, 2021

yeah it makes no sense they would ignore this. i look at last login for users all the time and i have to mentally convert the numbers. i wish it just said "Sept 14, 2021" but regardless just use system date settings. so easy.

@ilya-fedin
Copy link
Contributor

I don’t understand why it’s so difficult to use the localization settings in the operating system to determine the date format like every other sensible app.

This is not a priority, apparently. If this is priority for you, you can fix it yourself and create a PR. Or wait another 5 years.

@teohhanhui
Copy link

@uzabojrumn Why not send a PR instead of making fun of the developers?

@BryanEllis
Copy link

@uzabojrumn I started programming when I was 9 years old. Way back in the cassette tape to boot days. I learned by having a mentor, not formal education. By the time I went to university for Computer Science I knew more than my professors. The only difference was I knew the concepts but not the "ivory tower" technical names for them. In fact, most of my professors had a PhD but had never worked in a real environment. Some had never written more than 100 lines of code for a single project. At the time I was working in FoxPro and wrote a 60,000 line application in 8 weeks. It ran slow so I rewrote the primary worker in C++ but the API failed to work. Anyway, I totally disagree with the university idea unless they change how they teach.
To learn a spoken language you lean the alphabet, then words that match concepts, then sentence structure, and finally you start writing. Many times computer programming languages are taught by throwing the dictionary (online help or textbook) at the student to see what sticks. If the concepts are not learned first that future programmer will have a hard time learning new languages or moving to other platforms. I've programmed in about 13 different languages professionally. I never could learn foreign spoken languages (I barely seem to know English most of the time) since the concepts were so tied to English words in my mind. The most important skill for a future programmer is knowing how to learn. Secondarily they must be able to visualize and organize the requirements prior to writing code. I've always thought a short-order cook (from a place that yells out the orders to them - like Waffle House in US) might be a good person to train since they keep multiple customer's orders in their head, time the food to complete with the order, and complete the orders quickly. This is basically Agile type workflow in a physical realm.

@ilya-fedin
Copy link
Contributor

ilya-fedin commented Sep 29, 2021

If you think you move the issue forward by teaching the you're wrong... The problem is not in that someone know how to implement this or not, but in the priority of the issue (so paid developers don't have time for that issue, they have a way more prioritized tasks). You can continue to complain in the issue or create a PR and start a review process, so that core developers will tell you what's wrong with the proposed approach and what should be done.

@anibyl
Copy link

anibyl commented Oct 11, 2021

@CoderTimZ You're awesome! ❤️

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.