• 0 Posts
  • 18 Comments
Joined 2 years ago
cake
Cake day: June 17th, 2023

help-circle









  • SpaceCowboy@lemmy.catoProgrammer Humor@lemmy.mlWorst is UTC vs GMT
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    10 months ago

    Yeah it’s just being angry about the fact that the Earth is rotating ball. Wanting to abolish timezones is different from Flat Earth only be degrees.

    Sure the “what time is it there?” question goes away, but it’s replaced by “what are your business hours?”

    Ultimately it will be daytime in one part of the world while it’s night in another part of the world. That will always cause problems.


  • This is actually the best approach.

    Obviously they are getting timezone information otherwise the app could only display whatever time the user entered in.

    If you want to sort things by the actual time, it’s simple and performant if all of the times are in the same timezone, and UTC would be the standard one to use. Pushing the timezone calculations to the client makes sense because the UTC time is correct, it’s just a matter of displaying it in a user friendly way, ie. show the time in the user’s timezone.


  • I’m not the guy you replied to, but MS fonts are kinda free to download. Not free enough they can just put them into a package but there’s a defined method for downloading them. Most distros have a package that will automatically do this. On Debian it’s ttf-mscorefonts-installer which will download the fonts and install them when it gets to the configuration part of the package install. You can probably search for a similar package for your distro.





  • I’ve never had much success with this. It starts out fine and then I’m like “I’m being stupid, I should write some code to write this code for me.” Then later “I should write some code that will write the code that’ll write the code for me.” Then I get lost in all the abstraction and say “fuck it, I’ll just play a video game”.