• Jo Miran
    link
    fedilink
    761 year ago

    While we are at it, let’s all (as in the entire planet) switch to 24hour UTC and the YYYY.MM.DD date format.

      • @ricecake@sh.itjust.works
        link
        fedilink
        41 year ago

        That one feels kinda meh to me. It solves a handful of non-issues with our current calendar (I don’t care that the month starts on the same day, nor do I care that each day of the year is always the same day of the week). Each months having the same number of days is an improvement. It persists the problem that you still can’t use months or years as a real mathematical unit of measure and extends it to weeks, which is the biggest annoyance with calendars, although it reduces how often that becomes significant. Adding two days that have neither a day of the week nor month would mean significant changes to every computer system that needs to deal with dates, and is just hateful.

        The 1st of a month to the 1st of the next will always be one month, but it depends on the month and year how many days that is. So a month as a duration will span either 28 or 29 days. A week is now sometimes 8 days, and a year might still have 365 or 366 days, depending on the year.
        How do you even write the date for the days that don’t fit? Like, a form with a box for the date needs to be able to handle Y-M-D formatting but also Y-YearDay. Probably people would just say 06-29 and 12-29, or 07-00 and 01-00, although if year day is the last day of the year it kinda gets weird to say the last day of the year is the zeroth day of the first month of the next year.

        There’s just a lot of momentum behind a 12 month year with every day being part of a month and week. Like, more than 6000 years. You start to run into weird issues where people’s religion dictates that every seventh days is special which we’ve currently built into our calendar.

        Without actually solving significant issues, it’s just change for changes sake.

        • @cmhe@lemmy.world
          link
          fedilink
          1
          edit-2
          1 year ago

          Well, this is shitpost. And I wasn’t serious about this. I responded to someone that wants the whole world to switch to a global time, and since mankind existed we used some local time in our daily lives.

          Also UTC is not perfect because of leap seconds. Which means you cannot calculate with a simple formula how many seconds are between two time stamps, you need a leap seconds table for that. And leap seconds are only announced under 6 months into the future. So everything farther away, you cannot say how much time is between two stamps.

          So with UTC a minute can have more or less seconds that 60.

    • @MisterFrog@lemmy.world
      link
      fedilink
      111 year ago

      YYYY.MM.DD and 24 hour for sure.

      Everyone using UTC? Nah. Creates more problems than it solves (which are already solved, because you can just lookup what time it is elsewhere, and use calendars to automatically convert, etc.).

      I for one do not want to do mental gymnastics /calculation just to know what solar time it is somewhere else. And if you just look up what solar time it is somewhere, we’ve already arrived back at what we’re already doing.

      Much easier just looking up what time (solar) time it is in a timezone. No need to re-learn what time means when you arrive somewhere on holiday, no need for movies to spell out exactly where they are in the world whenever they speak about time just so you know what it means. (Seriously, imagine how dumb it would be watching international films and they say: “meet you at 14 o’clock”, and you have no idea what solar time that is, unless they literally tell you their timezone.)

      Further, a lot more business than currently would have to start splitting their days not at 00:00 (I’m aware places like nightclubs do this already).

      Getting rid of timezones makes no sense, and I do not understand why people on the internet keep suggesting it like it’s a good idea.

      • @Loki@discuss.tchncs.de
        link
        fedilink
        101 year ago

        I’m pretty sure they don’t mean “give up on time zones” but “express your timezone in UTC”. For example, central Europe is UTC+1. Makes almost no difference in everyday life, only when you tell someone in another zone your time. The idea is to have one common reference point and do the calculation immediately when someone gives you their UTC zone. For example, if you use pacific time and tell me that, it means nothing to me, but if you say “UTC-8” I know exactly what time it is for you.

        • @MisterFrog@lemmy.world
          link
          fedilink
          61 year ago

          Oh right, yeah. We do this at my company which has operations world-wide. If we say timezone we say UTC±. Apologies for the misunderstanding

    • @Viking_Hippie@lemmy.world
      link
      fedilink
      0
      edit-2
      1 year ago

      That’s good for file/record sorting, so let’s just use it for that

      For day to day, DD.MM.YY is much more practical.

      • @bitwaba@lemmy.world
        link
        fedilink
        31 year ago

        Hard disagree.

        Least specific -> most specific is generally better in spoken language as the first part spoken is the part the listener begins interpreting.

        Like if I ask if you’re free on “the 15th of March” vs “March 15”, the first example is slightly jarring for your brain to interpret because at first it hears “15th” and starts processing all the 15ths it’s aware of, then “March” to finally clarify which month the 15th is referencing.

        The only thing practical about DD.MM.YY is that it is easier for the speaker because they can drop the implied information, or continue to add it as they develop the sentence.

        “Are you free on the 15th” [oh shit, that’s probably confusing, I meant a few months from now] “of July” [oh shit, I actually mean next summer not this one] “next year (or 2025)”.

        So the format is really a question of who is more important in spoken language: the speaker or the listener? And I firmly believe the listener is more important, because the entire point of communication is to take the idea you’ve formulated into your head, and accurately describe that idea in a way that recreates that same idea in the listener’s head. Making it easier for the speaker to make a sentence is pointless if the sentence itself is confusing to the listener. That’s literally a failure to communicate.

        • @Aceticon@lemmy.world
          link
          fedilink
          8
          edit-2
          1 year ago

          You’re confusing your own familiarity and experience with a general human rule.

          My mother tongue (Portuguese) has the same order when saying numbers as English (i.e. twenty seven) and indeed when I learned Dutch it was jarring that their number order is the reverse (i.e. seven and twenty) until I got used to it, by which point it stopped being jarring.

          The brain doesn’t really care beyond “this is not how I’m used to parse numbers” and once you get used to do it that way, it works just as well.

          As for dates, people using year first is jarring to me, because I grew up hearing day first then month, then year. There is only one advantage for year first, which is very specifically when in text form, sorting by text dates written in year-month-day by alphabetical order will correctly sort by date, which is nice if you’re a programmer (and the reason why when I need to have a date as part of a filename I’ll user year first). Meanwhile the advantage of day first is that often you don’t need to say the rest since if you don’t it’s implied as the present one (i.e. if I tell you now “let’s have that meeting on the 10th” June and 2024 are implied) so you can convey the same infomation with less words (however in written form meant to preserve the date for future reference you have to write the whole thing anyway)

          Personally I recognize that it’s mainly familiarity that makes me favour one format over the other and logically I don’t think one way is overall better than the other one as the advantages of each are situational.

          • @bitwaba@lemmy.world
            link
            fedilink
            2
            edit-2
            1 year ago

            Meanwhile the advantage of day first is that often you don’t need to say the rest since if you don’t it’s implied as the present one (i.e. if I tell you now “let’s have that meeting on the 10th” June and 2024 are implied) so you can convey the same infomation with less words (however in written form meant to preserve the date for future reference you have to write the whole thing anyway)

            That advantage is not exclusive to the date-first system. You can still leave out implied information with month-first as well.

            Personally I recognize that it’s mainly familiarity that makes me favour one format over the other and logically I don’t think one way is overall better than the other one as the advantages of each are situational.

            This is the biggest part of it. No one wants to change what they know. I’m from the US and moved to the UK, and interact with continental Europeans on a daily basis. I’ve seen and used both systems day to day. But when I approach this question, my answer isn’t “this one is better because that’s the one I like or I’m most comfortable with”, my answer is “if no one knew any system right now, and we all had to choose between one of the two options, which one is the more sensible option?”

            dd-mm-yyyy has no benefit over yyyy-mm-dd, while yyyy-mm-dd does have benefits over dd-mm-yyyy. The choice is easy.

            • @Aceticon@lemmy.world
              link
              fedilink
              1
              edit-2
              1 year ago

              The minimal or non-existent benefits for most people in most situation of yyyy-mm-dd (no, the brain doesn’t need the highest dimensional scale value to come first: that’s just your own habit because of how numbers are spoken in the English language and possibly because the kind of situation where you use dates involves many things which are further than a year forwards or backwards in time, which for most people is unusual) - people sorting dates by alphabetical order in computer systems (which is where yyyy-mm-yy is the only one that works well) is just the product of either programmer laziness or people misusing text fields for dates - so don’t add to enough to justify the “jarring” for other people due to changing from the date format they’re used to, not the mention the costs in anything from having to change existing computer systems to having to redesign and print new paper forms with fill-in data fields with a different order.

              In a similar logic, the benefits of dd-mm-yyyy are mainly the ease of shortenning it in spoken language (i.e. just the day, or just the day and month) and depend on knowing the month and year of when a shortenned date was used (which usually doesn’t work well for anything but immediate transfer of information as the month and day would still need to be store somewhere if they’re not coming from “present date”) so they too do not justify the “jarring” for other people due to changing from the date format they’re used to.

              Frankly even in an imaginary situation were we would be starting from scratch and had to pick one, I don’t know which one would be better since they both have flawed advantages - year first only really being advantageous for allowing misusing of text data fields or programmer laziness in computer systems whilst day first only being advantageous in immediate transfer of date information where it gives the possibility of using a shortenned date, something which is but a tiny gain in terms of time or, if in a computers system or written form, storage space.

              It’s really not a hill worth dying on and I only answered your point because you seemed to be confusing how comfortable it felt for you to use one or the other - a comfort which derives from familiarization - with there being some kind of general cognitive advantage for using any order (which, in my experience, there is not).

        • @Viking_Hippie@lemmy.world
          link
          fedilink
          31 year ago

          if I ask if you’re free on “the 15th of March” vs “March 15”, the first example is slightly jarring for your brain to interpret

          Sounds like you’re just used to it being said the opposite (read: wrong) way. If you told someone in my country March 15th, it would be just as jarring to the listener.

          at first it hears “15th” and starts processing all the 15ths it’s aware of, then “March” to finally clarify which month the 15th is referencing.

          not in daily use. When you ask someone “what day is it today?”, they usually have a handle on what month it is and just need the day. For making plans, it’s only if you make them way in advance that you need the month first, which would be sorting and scheduling, not daily use.

          • @bitwaba@lemmy.world
            link
            fedilink
            31 year ago

            When you ask someone “what day is it today?”, they usually have a handle on what month it is and just need the day.

            You’re still allowed to exclude implied information, no matter which method of dating you want to go with. You can just say “the 15th”.

            For making plans, it’s only if you make them way in advance that you need the month first, which would be sorting and scheduling, not daily use.

            I can’t speak for you, but for me I am making plans, sorting, and scheduling every single day.

            • @Viking_Hippie@lemmy.world
              link
              fedilink
              21 year ago

              I can’t speak for you, but for me I am making plans, sorting, and scheduling every single day

              Sounds exhausting tbh, I’m sorry…

  • @HootinNHollerin@slrpnk.net
    link
    fedilink
    43
    edit-2
    6 months ago

    As a mechanical design engineer in America having dual systems creates unnecessary complexity and frustration and cost for me all day, every day. I full force embrace switching to metric

    • kreekybonez
      link
      fedilink
      121 year ago

      as a mechanic working in a hodgepodge US/EU factory line, I have to suffer through always carrying double the tools to service metric and SAE machines. and after so many years in the industry, I still slip up and say 3/16 when I mean 3/8 sometimes, because fractions are a shit system for wrenches.

      oh, and some of our linear encoders readout decimal-feet, because fuck it, why not?

    • @MisterFrog@lemmy.world
      link
      fedilink
      101 year ago

      My condolences. I’m already annoyed with the times USC units are presented in Australia (our nominal pipe sizes are often talked about in inches, and sometimes valves and such have USC flow coefficients because the manufacturer is American).

      So I cannot imagine the pain you must be subjected to.

      • @Aux@lemmy.world
        link
        fedilink
        61 year ago

        There are three sizing standards used in the UK right now: metric for newer homes, imperial for older homes and farmer’s sizing for fuck you, that’s why.

        • @letsgo@lemm.ee
          link
          fedilink
          41 year ago

          We even like combining them in one thing. Tyres are measured using inches for one dimension and millimetres for the other two.

  • @FordBeeblebrox@lemmy.world
    link
    fedilink
    361 year ago

    Metric yes please. Also for fucks sake use the 24 hour clock. Some of us learned it from the military but it’s just earth time and way easier than adding letters to a number

      • Inductor
        link
        fedilink
        61 year ago

        base12 has the advantage of being divisible by 2, 3, 4 and 6, while base10 is only divisible by 2 and 5.

          • @bluewing@lemm.ee
            link
            fedilink
            11 year ago

            The Dozenal system does have some advantages over base10. Feel free to poke around []https://dozenal.org/drupal/content/brief-introduction-dozenal-counting.html to learn a bit about Donzenal/Duodecimal counting and maths.

            And to bring up a point, why did every nation that adopted the metric system require a law(s) to force people to use it? Complete with penalties if you don’t. If it was such a good and great idea, people would have naturally gravitated to it don’t you think?

        • @bluewing@lemm.ee
          link
          fedilink
          21 year ago

          Ahh, another connoisseur of the Dozenal system! Everyone should add a little dek and el to their life!

        • @uis@lemm.ee
          link
          fedilink
          1
          edit-2
          1 year ago

          You listed 2 twice(thrice if counting 6) for base12 and once for base10. Generally, when talking about bases better talk only about prime factors. Base12 has 2 and 3 as prime factors, while base10 has 2 and 5.

      • @s_s@lemm.ee
        link
        fedilink
        English
        41 year ago

        You don’t need to add or multiply time very often. Division is super important tho, and base60 is better than base10 for that.

      • @bluewing@lemm.ee
        link
        fedilink
        11 year ago

        The French did try it back when they were in the process of changing to the metric system in the 1700s. Even THEY quickly determined that, much like the creation of the universe, it was a very bad idea. And it was very quietly dropped. French tried hard to scrub that moment of insanity from the history books. But well, the internet is truly forever in both directions I guess.

        Metric time quickly got out of sync with the periods of light and dark. Mother Nature evidently doesn’t like humans dicking around with the time periods of her celestial movements. (Dozenal for the win!)

      • @FordBeeblebrox@lemmy.world
        link
        fedilink
        31 year ago

        Cause then we’d be thinking we’re monkeys on a spherical rock in a vacuum instead of calibrating clocks to a radioactive element to make sure everyone tunes in to wheel of fortune on time while this oblate spheroid tumbles around

        Also, it’s hard enough getting people to equate Km and C with known quantities, Americans can’t handle base unit shifts like that

        • @hellofriend@lemmy.world
          link
          fedilink
          31 year ago

          Cause then we’d be thinking we’re monkeys on a spherical rock in a vacuum instead of calibrating clocks to a radioactive element to make sure everyone tunes in to wheel of fortune on time while this oblate spheroid tumbles around

          Just a little sodium chloride

    • @lobut@lemmy.ca
      link
      fedilink
      21 year ago

      I love the 24 hour clock and living in London, UK I used it all the time. However, I remember one time I bought movie tickets at lunch for 17:30 and my brain thought it was for 7:30pm and I called my friend at the last moment saying: “you have to leave work early if we’re gonna make it!”

  • @OldWoodFrame@lemm.ee
    link
    fedilink
    221 year ago

    Metric has been legally “preferred” in the US since 1975. We just don’t use it.

    Also while I was looking up that year I came across this wild factoid:

    In 1793, Thomas Jefferson requested artifacts from France that could be used to adopt the metric system in the United States, and Joseph Dombey was sent from France with a standard kilogram. Before reaching the United States, Dombey’s ship was blown off course by a storm and captured by pirates, and he died in captivity on Montserrat.

    • BobOP
      link
      fedilink
      English
      21 year ago

      Suddenly trying to convince all my friends and family I’m from France.

  • @johannesvanderwhales@lemmy.world
    link
    fedilink
    14
    edit-2
    1 year ago

    I dunno, it’d probably be better but there’s nothing stopping people from using metric in places where it makes sense. I write most of my recipes in grams because it makes them easier to multiply or divide.

    At the same time, the most common thing people use units for is a point of reference, and it really makes no difference whether your point of reference is metric or traditional units.

    • TheRealKuni
      link
      fedilink
      English
      101 year ago

      I switched all my devices to Celsius, learned it, and haven’t looked back since.

        • TheRealKuni
          link
          fedilink
          English
          4
          edit-2
          1 year ago

          That’s fine right up to when you’re complaining about the temperature to an american.

          But I am an American. To learn Celsius I came up with a quick heuristic to do “accurate enough” conversions for the months between switching off Fahrenheit and getting to the point where I knew Celsius well enough.

          So I can pretty quickly go from Celsius to Fahrenheit for my ignorant compatriots.

          Edit: For anyone downvoting me, if it’s because I called people who don’t know Celsius “ignorant,” please understand I’m using this definition: “lacking knowledge, information, or awareness about a particular thing.”

          Not this one: “lacking knowledge or awareness in general; uneducated or unsophisticated,” nor this one: “discourteous or rude.”

          We are all ignorant about things we don’t know about. No shame in ignorance, it’s the default state of all living beings!

  • @Zorque@lemmy.world
    link
    fedilink
    English
    141 year ago

    You could always use the metric system, that was always allowed. Most food (I’ve seen) has both imperial and metric measurements. Most digital measuring devices and lots of analog ones will have options for both. Speedometers generally have both.

    Really, the only one stopping you from using the metric system in your daily life is you. Unless of course you’re saying you want other people to use it. Which is a distinctly different proposition.

  • I’m a scientist. I’ve used the metric system since grade school. In fact, I convert Imperial measurements to metric to do estimates.

    • Engineer here, I just use whatever’s convenient. It’s handy to know both.

      That said, I did confuse a poor coworker of mine this week when I was using bar for tank pressure and psi for the safety reliefs. That’s totally on me though.

        • To be clear this was a conversation over the phone, not a tech review or something. And I was explicitly naming the units, it was just jumping all around that had him confused.

          Official documentation and programs should always be explicitly clear on what units are being used, especially pressure.

    • @Wogi@lemmy.world
      link
      fedilink
      21 year ago

      I’m a machinist, I don’t get to choose my units. We use standard and try to avoid metric dimensioning like the plague. The difference between .005 inches and .005 millimeters is literally an order of magnitude.

  • @Excrubulent@slrpnk.net
    link
    fedilink
    English
    111 year ago

    You can’t have it because of peer pressure from dead people. You gotta take them seriously, motherfuckers will haunt your ass and say shit like “thirty fathoms, gold dubloons and schooners, twenty nickel shillings”. We have the metric system in our country and the ghosts suck, they don’t even try to come up with sensical nonsense phrases for the sake of the bit, the lazy bastards.

  • Dammit people, we need to stay focused. First abolish DST THEN institute the metric system! We have to have our priorities in order and stay organized or we will never accomplish anything!

    • @Sludgeyy@lemmy.world
      link
      fedilink
      -11 year ago

      Why do you want the sun to set early?

      I’d rather have an extra hour of sun after work than an hour of sun before work

      I think most people enjoy DST. Most complain when it’s dark at 5 pm.

      • Captain Aggravated
        link
        fedilink
        English
        81 year ago

        I don’t give the first two half-flaccid thrusts of a reluctant pity fuck what number the clock says when the sun rises or sets. 4, 5, 6, 11, don’t care. It’s the practice of changing the clocks twice a year that needs to die in a fire.

        The logic should be “Let’s open our business from 7 to 4 instead of 8 to 5 so that we have more free time during sunlight hours in the evening” not “Let’s change all the clocks everywhere so that the sun is two fingers higher in the sky when the clocks say 5 so that we have more free time during the sunlight hours in the evening.” You want to vary YOUR routine with the seasonal change in sunlight hours? Great. “Summer hours 7 to 4, winter hours 8 to 5” or whatever. Managing this by changing all clocks everywhere causes more problems than it solves. I don’t know if I could intentionally invent a stupider solution to the “problem.”

        • @bitwaba@lemmy.world
          link
          fedilink
          21 year ago

          This has been the thought in my head when the argument comes up. Glad I’m not alone.

          Preach on brother!

        • ASeriesOfPoorChoices
          link
          fedilink
          11 year ago

          noon is when the sun is highest in the sky.

          for half the year, we are going to collectively lie about where the ball of fire in the sky is.

          it’s insanity.

          • Captain Aggravated
            link
            fedilink
            English
            01 year ago

            I was a pilot in a past life. Night flight is quite different than day flight, because it’s darker up there than you think. A lot of nations outright don’t allow night VFR requiring night flight to be done IFR, some others have optional night flight endorsements or ratings for night VFR. But it’s a training requirement for American private pilots.

            Because it is a regulatory matter, there has to be a strict definition of “night time.” Which is where we get the concept of “civil twilight” which IIRC is the moment when the center point of the sun’s disc is between 0 and 6 degrees below the horizon. “Night time” is officially the time when the sun is 6 or more degrees below the horizon. Exactly when this happens changes every single day as the days get longer and shorter, so you still have to look it up. The exact moment of local solar noon is even less important unless you’re navigating by sextant, and the way we currently solve this kind of problem is we maintain an accurate clock calibrated in GMT, UTC or Unix Timecode depending on your exact use case, and then we do the math on the fly to convert to local time. When is local solar noon today at my exact location? 18:32:40 GMT.

            • ASeriesOfPoorChoices
              link
              fedilink
              11 year ago

              that’s why I said noon, since that doesn’t (really) change through the year (much).

              It’s the one real constant with time.

              So people changing their clocks are like saying “the sky is green today, and I refuse to look to actually know”

      • @sep@lemmy.world
        link
        fedilink
        31 year ago

        You can make summer time the regular time you know. Removing dst is about getting rid of changing the clocks twice a year.

        • @Sludgeyy@lemmy.world
          link
          fedilink
          11 year ago

          “Summer time” is DST

          If you removed DST, we would always be on standard time.

          What you are saying is make DST permanent, not removing DST

          • @sep@lemmy.world
            link
            fedilink
            21 year ago

            What anyone mean when they say get rid of dst is to stop the flipflopping.
            But i guess you are technically right. Witch i have heard is the best kind of right. Even if very pedantic ;)

        • @Sludgeyy@lemmy.world
          link
          fedilink
          21 year ago

          Ahh, yes, 1002 people is a large sample size, like .003% of the population.

          Your article is also about switching. Doesn’t say anything about if people would prefer to stay on DST or standard time.

          • BobOP
            link
            fedilink
            English
            41 year ago

            The way statistical sampling works, 1000 people in a population of 300,000,000 is actually good enough for most things. You can play around with numbers here to convince yourself, but at 95% confidence 1000 people will give an answer to within 3% of the true answer for the 300,000,000 population.

            • @Sludgeyy@lemmy.world
              link
              fedilink
              11 year ago

              If the 300m people lived in the same area and you got a true random sample.

              Sunsets at 9:09 today in Michigan

              Sunsets at 8:04 today in California

              Sunsets at 8:34 today in North Carolina

              Sunsets at 7:57 today in Alabama

              Sunsets at 7:38 today in Arizona (They are on standard time)

              Sunsets at 7:13 today in Hawaii

              Sunsets at 11:36 today in Alaska

              Someone in Arizona might want the sun to set at 7:38. It’s blazing hot all day.

              Someone in Michigan might be fine with sunsetting at 8:08 with standard time.

              Someone in Alabama might not want the sun to set at 6:57.

              Someone in Hawaii probably doesn’t want the sun to set at 6:13.

              Even if you split up the 1000 people to equally represent all states, that’s only 20 people per state.

              • BobOP
                link
                fedilink
                English
                11 year ago

                I mean, yeah, 1000 people is enough assuming there’s no sampling bias. But if you’ve got sampling bias, increasing the sampling size won’t actually help you. The issue you’re talking about is unrelated to how many people you talk to.

                Your own suggestion of splitting up the respondents by state would itself introduce sampling bias, way over sampling low population states and way under sampling high population states. The survey was interested in the opinions of the nation as a whole, so arbitrary binning by states would be a big mistake. You want your sampling procedure to have equal change of returning a response from any random person in the nation. With a sample size of 1000, you’re not going to have much random-induced bias for one location or another, aside from population density, which is fine because the survey is about USA people and not people in sub-USA locations.

        • @candybrie@lemmy.world
          link
          fedilink
          1
          edit-2
          1 year ago

          I think it depends on where you are in your timezone if you prefer DST or standard time. But most people seem to not like changing the clock. It just turns into a fight if we should stay on DST or standard time year round.

          Of those 62% that indicated they would like to get rid of the practice of changing the clocks entirely, exactly half of them prefer the option of later sunrises and sunsets, as in year-round daylight-saving time, compared with 31% preferring year-round standard time.

          https://www.businessinsider.com/daylight-saving-time-polling-shows-americans-utterly-divided-2023-3

    • @candybrie@lemmy.world
      link
      fedilink
      -11 year ago

      If we abolish DST, I think we should tweak some of our timezones. With dst, where I’m at the sun is currently rising before 5. If we kept standard time, it would be up before 4. Sun rise at 3 something and sunset at 7 something is really out of whack with how most people want sun allocated to their day.

      • I’m sorry but divided we fall. It’s this kind of nonsense that impeeds progress. One thing at a time. Just get rid of it and then tweaks can be made on the state level. Arizona for example already abolished DST.

    • BobOP
      link
      fedilink
      English
      -2
      edit-2
      1 year ago

      DST is good actually. Fite me.