It annoys me even though I’m still in the U.S.

Edit: For everyone saying CVs and resumes are different, that might be literally the case, but that is not how job applications are using them. I just went to this one:

  • @blackbelt352@lemmy.world
    link
    fedilink
    4
    edit-2
    14 hours ago

    I used to be a programmer myself (originally studied it for game design but now I’m a 3d animator) and it’s why there’s a specific default data structure built in to most programming languages to handle dates and internationalization of those dates.

    • @oo1
      link
      English
      212 hours ago

      Please someone tell oracle and microsoft.

        • @oo1
          link
          English
          112 hours ago

          They need to be told a fuck of a lot harder then.

          • @blackbelt352@lemmy.world
            link
            fedilink
            111 hours ago

            If you really need a specialized toolset to handle managing dates and times in a program beyond whats already there, then find a library that has the tools you’re looking for or make it yourself if it doesn’t exist. Extending the date class is always an option.

            • @oo1
              link
              English
              111 hours ago

              I’m talking about sotware they produce and my employer buys that i’m expected to use.

              I can’t rewrite their “tools” and databases and fucking awful cloud-web front end things. I tend to think multi-billion$ shitware companies should do that; but even so no way I’d be allowed.

              Yes, I do end up having to write my own tools choosing whatever free stuff I’m allowed to have, or can get working, Yes, It’s incredibly easy in any half way decent (including free) software, far from rocket science, that is until you try to put something back into a database via one of these “tools”.

              So you work around, pre-processing, post-processing, get it working. Then they unexpectedly release a “patch” that sees through my work-a-round and tries to convert the thing i’d convinced it to treat as string into a screwed up datetime again.

              Next time, I will prepend “fuckoracleiquit” to all datetimes before they go into the database.