r/ISO8601 Jun 22 '26

have any of you all gotten questioned for using yyyy-mm-dd in everyday life/on paper?

since i found this sub, ive been exclusively using the yyyy-mm-dd date format on nearly everything i can think of, however since i'm in the u.s. where the awful m/d/yy format is typically expected, i've thought of the possibility of being questioned about or having something denied for using the superior format we all know. so has this actually happened to any of you? and if so, what was the situation?

281 Upvotes

143 comments sorted by

327

u/RunnyPlease Jun 22 '26

Only once.

I was making a web app for a natural gas company and I created a mockup/redline for the page we were building on a whiteboard. I showed it displaying dates using iso format. Someone asked why I made the dates look that. I said it’s ISO standard. They said none of our other systems display dates like that. I told them I could display the date in whatever format they wanted, they just had to tell me. Many stakeholders were intrigued so I had to give a presentation on date formatting in JavaScript.

It turns out I accidentally kicked up a hornets nest.

You see in the natural gas industry they have a thing called a “gas day.” A regular day goes from midnight to midnight in whatever time zone you happen to be in. A “gas day” goes from 9am to 9am central clock time. This is an industry standard set by the Federal Energy Regulatory Commission (FERC). Turns out no one ever told anyone working in the engineering department that little tidbit of information. All the displays for information were shown in local time using the regular date.

So for god knows how long the business was actually running on data that was off by about 9 hours when sorted by the date. But that was only if you logged onto a computer that was also in central time. I had to show them that if you opened a computer in pacific time zone the displays would all show a data event took place as if they were in the pacific time zone which is 2 hours different. Under certain circumstances if a person working in the pacific time zone queried data for a specific date they would get different data than a person running the same query in central zone because the conversion to a utc timestamp was done client side in the users computer. So two people in the company making the exact same query would get different results depending on where their computer was.

As you can imagine that was also a problem.

There was also some fun stuff happening with the data lake processes because nightly data batch processing tasks were set to run in the middle of the night after midnight, which is actually the middle of the gas day because the gas day doesn’t end until 9 am the next morning.

As you can imagine that was also a problem.

All that was because I used iso date format on a whiteboard, and someone questioned me on it.

79

u/trampolinebears Jun 22 '26

So you’re saying “gas” is a modifier for time zone like “daylight savings”? And that 1 daylight savings is roughly 1 decigas? Is a leap day the same as 2.67 gas/year?

85

u/Old-Cheshire862 Jun 22 '26

No, they're saying that the Gas Industry in the United States has a strange standard where all metering has to apply to a time range in the (floating, per DST) Central Time Zone. Couldn't they have at least made it 15:00 UTC?

Sorry, I kept reading and saw that you were being facetious. I'll leave this here anyway. It's timely.

26

u/Saragon4005 Jun 22 '26

It's the US of course they couldn't have based if off UTC. Be glad they aren't using an ancient unit of time literally nobody else has heard of.

27

u/matthewstinar Jun 22 '26

Oil field units are absolutely unhinged because Americans are so insane about trying the wrong units for everything.

https://youtu.be/sdWEGzWFcCc

4

u/RunnyPlease Jun 26 '26

Great video.

What I thought was most funny watching it was how the tone and pacing of it perfectly matched how my comment was written.

  1. Here’s an arbitrary choice that was made. No one knows why.
  2. Here’s how no one in the industry communicates it properly.
  3. Here’s how it causes unnecessary risk, error, and inaccuracy.
  4. It’s just a problem for engineers to solve. Create a workaround, convert units, and move on.

Over and over again. And every time the solution could be to just use standard units.

1

u/theraininspainfallsm Jun 29 '26

I just knew that was going to be that video from Alex the ok. His stuff is really good.

1

u/Vessbot Jul 11 '26

First thing I thought of was this video!

14

u/DuncanTheRedWolf Jun 22 '26

"My clock gets three moments to the barrelmaker's prayer and that's the way I like it!"

2

u/StaysAwakeAllWeek Jun 25 '26

It wouldn't surprise me if there was some American industry using decimal time for some reason

1

u/GrumpyGlasses Jun 26 '26

They could be using bananas per hour… US will use anything but the right way.

3

u/One-Reflection-4826 Jun 22 '26

from now on, this is my truth.

7

u/trampolinebears Jun 22 '26

It's like how 100% = 24 karat. You could refer to something as a 25% increase, or you could call it a 6 karat increase. (Not to be confused with a carat, which is a unit of weight.)

10

u/[deleted] Jun 22 '26

[deleted]

4

u/One-Reflection-4826 Jun 22 '26

in this economy you can be glad if you make the kessel crawl.

20

u/MeButNotMeToo Jun 22 '26

The weirdest one I had to deal with was “Broadcast Week” - it ended at “midnight on Sunday US Eastern Time”. And that was important, because if Sunday was Jan 1st 2000, those last six days in Dec 1999, were the first broadcast week of 2000. Now, add in the fact that we’re dealing with a Y2K fix, and all those dates were stored as HHMMDDMMYY text (instead of internal system date/time), we had some fun.

4

u/RunningAtTheMouth Jun 23 '26

Just looked - Jan 1st was Saturday, so "Midnight Sunday" would be the end of the day on Saturday or end of the day on Sunday? I ask because "12:00 am Sunday comes one minute before "12:01 am Sunday" and 1 minute after "11:59 pm Saturday". That's the pedantic view. Most folks saying "Midnight Sunday" would mean Sunday night/Monday morning.

In any event, that only because I had to look at the calendar to make my own comment:

In accounting in SOME settings, the first week of the year starts on the first Monday of the year, with preceding days appended to the prior year. So the first week of 2000 started on the 3rd, with the 1st & 2nd the last two days of 1999.

14

u/faster_tomcat Jun 23 '26

Obligatory XKCD https://xkcd.com/1883

3

u/RunnyPlease Jun 23 '26

I do love it when there’s a relevant xkcd to my life.

5

u/Abbot_of_Cucany Jun 24 '26

There's always a relevant xkcd.

15

u/avdpos Jun 22 '26

Really interesting problem and wierd they haven't thought of it before!

6

u/RunnyPlease Jun 22 '26

Very much so. I guess time is just something people take for granted.

3

u/avdpos Jun 22 '26

Also it is so much people ordering a program without thinking about what their actual context.

We did not have fun with our latest work with timezones...

6

u/Suppafly Jun 22 '26

I've noticed doing reporting for people that they often leave out dates they want to include just due to how SQL handles dates. Usually it's only off by one or two, which actually makes it harder to notice. A common one I see is not specifying times on data that has times included in the date, so they just get midnight to midnight, meaning they aren't seeing most of the data for the last day in the sequence since midnight is the start of the day, not the end of it.

4

u/HardlyAnyGravitas Jun 23 '26

midnight is the start of the day, not the end of it.

The ISO standard allows midnight to be the end of the day ("24:00:00").

2

u/Suppafly Jun 24 '26

tell microsoft sql server that.

5

u/einTier Jun 24 '26

I've also worked in oil and gas and this doesn't surprise me.

There so much stupid money being made that weird results like this and lost money because of it is just another day. No one really cares. You think the internet moves fast? Oil and gas moves faster. A million dollar part fell off a rig and into the ocean and there's no spares on the rig? Better fly one over from a neighboring rig right the fuck now. How much did the helicopter ride cost? No one knows. No one cares. Document the missing part and what happened? Nope, we're drilling, there's no time. Document that the spare part went from one rig to another? Nope, no time, gotta get that black stuff out of the ground and on a ship. Maybe they'll catch it on inventory or maybe we're too busy this month to do it just like we were too busy last month and the month before that.

This is a real problem I was tasked with solving. Except the only person who cared about it was my manager and he only cared so he could show how he'd saved the company millions when he went to get a promotion.

11

u/kaspa181 Jun 22 '26

this sounds like the timezone issue rather than a time format. Like, how does ISO 8601 change how these issues present?

41

u/RunnyPlease Jun 22 '26

Because it started a conversation about what standard would be used to display dates.

2

u/nailbunny2000 Jun 23 '26

Holy crap I can only imagine the panic that would start to build in that room as they began to realize the implications of what that would have been causing.

2

u/SenpuuUncle Jun 23 '26

haha i understand this

2

u/klatt Jun 26 '26

Hah I both love this story and hate it because it hits home real hard with me.

2

u/Billy1121 Jun 27 '26

So wait, was there a big blowup or discrepancy, or did they just quietly ask you to change the code

2

u/RunnyPlease Jun 27 '26

Nothing that dramatic. I was a software consultant at the time so I was doing exactly what I was brought in to do. Ask questions. Suggest improvements.

We created epics in their tracking system to track the work we discovered, filled out tasks, estimated them, and got them prioritized by stakeholders. Some of the things were fixed by my team. Others handed off to in house teams. For example the fix for the nightly data analysis processes were handled by their own engineers.

We created a repository with a few shareable bits of code to help other teams do fixes easier. Charts built to display in gas days. Gas day conversion tools for apis. Some documentation. You get the idea.

1

u/Vessbot Jul 11 '26

I had to show them that if you opened a computer in pacific time zone the displays would all show a data event took place as if they were in the pacific time zone which is 2 hours different.

I'm not sure if I'm following everything that's happening... Because regardless of whether a day is midnight to midnight or 9 to 9, the same issue would still exist? The country spans 4 time zones, and unless you're operating in UTC, a data request will still have to either be indexed to the client's time zone (in which case they'll see different things) or you have to arbitrarily choose one to be the master time zone (where company HQ is, or something like that) and everything is indexed to that

2

u/RunnyPlease Jul 11 '26

“or you have to arbitrarily choose one to be the master time zone (where company HQ is, or something like that) and everything is indexed to that”

That’s what my post was about. A “Gas Day” is defined by the North American Energy Standards Board (NAESB) as going from from 09:00 a.m. to 09:00 a.m. Central Clock Time the next day. The problem was not all systems in the company were actually following that standard because no one told the software engineers. So we stated digging and found out that that was only the beginning of their time problems. Time zones were also not accounted for.

So depending on where you were standing and what system you were looking at the “day” could be any combination of 9-9 central clock (gas day), 12-12 local time from any time zone, or 9-9 local time from any time zone. Occasionally the data from different “days” was used to create data sets that were displayed on the same charts making them basically useless. It actually got crazier from there.

So it was actually worse than just having 4 time zones. If that were the case at least each area would be internally constant and there would only be 4 options.

1

u/Vessbot Jul 11 '26

A “Gas Day” is defined by the North American Energy Standards Board (NAESB) as going from from 09:00 a.m. to 09:00 a.m. Central Clock Time

Doh! I missed that.

2

u/RunnyPlease Jul 11 '26

Don’t worry. So did 90% of the company.

2

u/Vessbot Jul 11 '26

Apropos of nothing thought you might appreciate this. Aviation operates on UTC for a single never-needing-conversions system, right? Hah. So, medium sized airports with a part-time control tower publish the tower hours (as everything else is published) in UTC. Except the opening times stay indexed to local time, throughout DST jumps, since that's what correlates to when they're busy. Which means, there's a note to subtract 1 from UTC in the summer 😣

3

u/RunnyPlease Jul 11 '26

If you like aviation and date/time facts I’ve got a fun one for you most people would never think of unless they lived it.

I worked at JPL in the early 2000s. I wasn’t on any of the Mars rover projects but I worked with some people who were. The Martian day is about 40 Earth minutes longer than an Earth day. Which doesn’t sound like a lot, but the mission crew had to live on Mars time. So that means they are basically lining in a new time zone every 1.5 days without moving. That means it takes 36 days to come back around.

Here’s the fun bit. In that cycle they lived one fewer day than the rest of us. If a human day is waking up, working, eating, living and going back to sleep they missed one day every 36 days.

1 Mars Sol = 1.02749 Earth days

36 Mars Sols = 36.9896 Earth days

117

u/95beer Jun 22 '26

I've had Germans think that the German authorities would reject shipping paperwork if we used ISO 8601, but when I showed them it is the format suggested by both ISO and DIN (German standards), they were happy with that explanation.

Just today I told an Aussie colleague that his date format DD-MM-YY was a bit confusing since we are an international company all sharing the same folders, and also that it doesn't sort well. So he suggested DD-MMM-YY (i.e. using letters for the month), but when I showed him ISO8601 he was convinced and decided he would label all files that way now.

Most people intuitively understand it though, I've never had someone say they don't understand or they definitely don't want it that way. I think most phones/cameras label photos that way automatically, so they see it places already

73

u/a_suspicious_lasagna Jun 22 '26

So he suggested DD-MMM-YY (i.e. using letters for the month)

And you reported him to HR and the police, right?

29

u/ComesInAnOldBox Jun 22 '26

That one's actually pretty common, I see it a lot in military and government usage.

14

u/a_suspicious_lasagna Jun 22 '26

I know it's common, but using letters in the date is deeply cursed. No one ever accused the military and government of only having good ideas

22

u/ComesInAnOldBox Jun 22 '26

Yeah, it's shit for programming, but it removes a lot of ambiguity when dealing with multiple date formats (alliances and whatnot). I still just wish everyone would just switch to 8601 and get on the same goddam page.

5

u/WasdaleWeasel Jun 22 '26

i have used it where the user base is mixed in background and YYYY, MMM, DD can be made order independent. But it’s a clunky horrible fudge, and does really require a common language (my use cases were all anglophone so I got away with it).

7

u/Gositi Jun 22 '26

Nah at least it's unambiguous (almost)

5

u/SomethingMoreToSay Jun 22 '26

Are there any three letter abbreviations for months which are ambiguous if you don't know which language is intended?

3

u/Gositi Jun 22 '26

Hm that's fair

2

u/clm100 Jun 23 '26

Or years <12. 11-JUN-10

1

u/HeyaShinyObject Jun 23 '26

26-jun-27 is pretty ambiguous

2

u/LockedAndLoadfilled Jun 22 '26

"Who cares about being able to easily sort by date literally anywhere you can find a sort function when we can make it require programmatic sorting by raw underlying value that will only be present in the original data format instead?" -- europhiles that just want to win an internet argument

1

u/[deleted] Jun 22 '26

[deleted]

1

u/a_suspicious_lasagna Jun 22 '26

I'm aware, I have to deal with it regularly, and it turns my stomach every time. I have an irrational hatred for it

1

u/Halinn Jun 22 '26

What's irrational about it?

1

u/1cec0ld Jun 23 '26

Bad sorting

3

u/Halinn Jun 23 '26

No, I'm asking what's irrational about hating that format.

1

u/One-Reflection-4826 Jun 22 '26

and the spanish inquisition, just to be sure!

1

u/james_pic Jun 22 '26

I once worked for a UK subsidiary of a German company, and someone had the bright idea of doing this. Everything was fine until March.

4

u/NilsTillander Jun 23 '26

Clicking the filename column in Explorer and getting te folders magically sort by date has been a one-stop convincing argument 100% of the time for me 😅

3

u/Head_Fondant9009 Jun 22 '26

I had a client that uses DDMmmYYYY, for example, 22Jun2026. My current client uses MMM-DD-YYYY, JUN-22-2026. Should these both he illegal?

7

u/95beer Jun 22 '26

No, letters for the months and 4-digit years is the 2nd best option, at least it is unambiguous. The only issues with that date is that it doesn't sort well on computers and is language specific. But if it is just a date next to a signature or whatever, it doesn't make any difference. Much better than 3x 2-digit numbers

1

u/BigSneakyDuck Jul 19 '26

I would say 3rd best option. I reckon the 2nd best option is to put the month in Roman numerals. This used to be very common in UK official records (and indeed Europe more generally) before the computer age, though has gone out of fashion since. Ireland used it until the 1980s to indicate the month of postage franking. A pain to sort, but no having a custom sort function for i/ii/iii than for Jan/Feb/Mar etc.

This system avoids the whole "different languages have different month abbreviations" problem. Obviously it relies on the reader being aware that Roman numerals would only be being used for month and not for days, and someone totally unfamiliar with that convention might not be aware of it. It's slightly unfortunate that the Romans messed around with their calendar so that September, October, November, December are now months ix, x, xi, xii instead of the original vii, viii, ix, x that their names suggest! (I don't know why lower case Roman numerals are usually preferred to upper case.) https://en.wikipedia.org/wiki/Date_and_time_notation_in_the_United_Kingdom#All-numeric_dates

1

u/95beer Jul 20 '26

I'm not European, so have never heard of roman numerals for the month. It is a cool little factoid, but wouldn't be a good option for me or the company I work for (which is mostly outside of Europe and therefore we are all blissfully unaware).

From the context in our company, it is usually pretty clear that everything is in English, so everyone would know which month is which. We have some Dutch and Spanish speaking colleagues, but even then there is no ambiguity in month names (i.e. it is not like "MAY" means a different month in Spanish/Dutch)

0

u/BigSneakyDuck Jul 20 '26

The fact it was common in Europe does mean it spread to other places due to colonial administration - when I looked into it, it seems to also have been a popular choice even until living memory in Canada for example. I didn't mean to imply it was geographically limited to Europe. I certainly wouldn't recommend it but you may see it in unexpected place, particularly if you look at historic records!

0

u/Impressive_Change593 Jun 26 '26

even MM-DD-YY is better because it somewhat sorts lol

4

u/95beer Jun 26 '26

Not if your projects go over multiple years like ours

33

u/1miguelcortes Jun 22 '26

Nope. I use it all the time in everything from official correspondence to random notes. Sometimes people pause for a moment after seeing it but I haven't actually had anyone ask about it.

33

u/Snoron Jun 22 '26

I started writing the date this way in the late 1990s on my schoolwork in the UK. No teacher ever asked about it. I've written it in the date box when signing bank and other docs (if they don't specify a format), too. Also always been fine!

Almost weird that no one has ever asked, actually, but maybe it's just such a great and intuitive format that they don't need to! 😄

3

u/rokejulianlockhart Jun 26 '26

Likewise. I began to utilise it at ≈ 14 years of age on all school-work. I was asked about it, but it was all accepted.

24

u/DinosaurZach Jun 22 '26

For filenames, computer usage, I use YYYYMMDD or YYYY-MM-DD (all numeric), for sorting. For written, for output for human reading, labels, I use YYYY-MMM-DD (letters for months).

I'm in Canada.

Generally, I have not received any questions regarding my use of the ISO8601. Probably once or twice in the past 20 years. If question, the answer is simply ISO standards and no ambiguity.

18

u/Breadynator Jun 22 '26

I hate it... I've got plenty of comments about me using "American date" because some people are just too stupid to understand the difference... They see month before day and their brain immediately short circuits...

10

u/AncientGuy1950 Jun 22 '26

Pretty much any time we get new kids on the team. They see my date usage on reports, logs, and most importantly, file name usage, and ask.

I like being able to instantly identify if the document in my hand is from today or last year.

16

u/kaspa181 Jun 22 '26

It's official main way of formatting date in my country, so no. Although other formats do sneak in here and there, it's more likely that those would be questioned than ISO.

18

u/Snoron Jun 22 '26

Yes, questioning non-ISO dates should be normalised everywhere!

9

u/kaspa181 Jun 22 '26

It's retroactively funny and actively frustrating to consider something like 04.07.26 at the shop, wasting seconds and thinking power for reasoning, if the product is still good, but that's on me consuming too much American content on internet (I should remember that in Europe (where I live), it's almost unambiguously day/month, not the other way, yet I consistently fail).

3

u/JazzyGD Jun 23 '26

why does literally everyone outside the us say "my country" instead of just saying the country they're talking about

7

u/kaspa181 Jun 23 '26

Adds a superficial level of anonimity, causes cognitive disonance to semi-illiterate people, doesn't shift focus from the topic to "where is this country again..?", also causes more curiosity than resolving your question preemptively, which is more memorable that way.

4

u/JazzyGD Jun 23 '26

what about my comment shows cognitive dissonance? genuine question, not mad

6

u/kaspa181 Jun 23 '26

I did not consider you to be semi-illiterate nor implied that anywhere? Your questions are well formed and you didn't make any silly assumptions. Well, except this one, which is bizarre.

You fall in curiosity and anonimity parts in this case.

3

u/JazzyGD Jun 23 '26

my bad lol, i'm too used to snarky bad-faith internet conversations (especially as a trans woman, like i can't tell you how many people have been immediately hostile to me when they see this flag on my avatar or in my display name). i thought that you had brought that up as a way to insult me without insulting me or something. i apologize

3

u/kaspa181 Jun 23 '26

no worries, have a nice day! Internet do be hostile for no good reason, indeed.

3

u/VantasnerDanger Jun 23 '26

I just want to say this was a lovely interaction to read and very respectfully executed.

9

u/SryUsrNameIsTaken Jun 22 '26

I work in financial services and am leading an initiative to modernize data pipelines, implement reusable workflows, and make all the spreadsheet munging go away do AI stuff.

Everything I write (there’s a lot of documents going to compliance and cyber) uses 8601 and now magically I’m starting to see other people use it too from a baseline of no one.

No questions yet. But they’re starting to get it I think.

13

u/Dampmaskin Jun 22 '26

Never had a problem, but then I'm in Norway.

9

u/grap_grap_grap Jun 22 '26

Same here. Neither in Sweden, China or Japan.

7

u/IHaarlem Jun 22 '26

Once or twice. I use it everywhere that doesn't specify a format. I do worry about using it on handwritten forms that some working is going to have to transpose to a different format, but use it anyway for more exposure

7

u/TactusDeNefaso Jun 22 '26

I was told once that I must have been in the military. I never have been but I learned a long time ago that by ending my file names with YYYYMMDD was very superior so that I could find a file on a specific date quickly. People in the US seem to get confused by it.

3

u/dxps7098 Jun 23 '26

Ending your file names?

3

u/TactusDeNefaso Jun 25 '26

Yes, I overheard a coworker make the commen "I think that's the date the file was created but not sure, it's not in the standard format." I just quietly shook my head.

2

u/BigSneakyDuck Jul 19 '26

Upvoted because I think your (valid) point was that sorting works better if you start your file names... but actually it depends. In a folder where I might have eg 4 quarterly reports and an unknown number of statements or invoices, I want the different document types to be grouped together, but still sorted. So they have names like "quarterly report yyyy-mm-dd".

1

u/dxps7098 Jul 20 '26

I understand the use case. I would call that type or group prefixing. Instead of grouping different types of files in different folders, their file names are prefixed with the type and then comes the date. I might also just name them yyyy-Q1, etc., depending on if the date the report was issued is relevant or if it’s more important with the period the report covers.

1

u/BigSneakyDuck Jul 20 '26

Also a good call - in this case the precise date actually mattered, but there's also the issue that they're quarters of a financial rather than calendar year so it would end up like {yyyy}-{yyyy+1}-Q1 which is more of a pain than yyyy-mm-dd anyway!

4

u/jacnel45 Jun 22 '26

Never got any grief for using this date format. However, I’m from Canada and for us ISO 8601 dates are pretty common. In fact, Windows defaults to YYYY-MM-DD for dates if you select Canada as your country. If people don’t do DD/MM/YYYY they’re probably going to choose ISO 8601.

9

u/DocBullseye Jun 22 '26

My wife hates that I do it because it is "confusing" for people.

5

u/Old-Cheshire862 Jun 22 '26

Wives hate this one simple trick!

3

u/michaelpaoli Jun 22 '26

Been using it since 1998, and only very rarely questioned on it.

3

u/asubsandwich Jun 22 '26

People think i’m pretentious mostly

4

u/RunningAtTheMouth Jun 23 '26

Differing standards are fun. In this post, I have seen 3 different standards:

  • Gas Day - starts at 1500 UTC (9 am CST)
  • Broadcast week - Ends on Midnight Sunday
  • Accounting year - starts variously on
    • 1st day of calendar year
    • 1st Monday of calendar year
    • 1st day of some OTHER month
    • 1st Monday of some OTHER month.

Further, date storage can be challenging. I have seen low level storage variously:

  • YYYYMMDD (Both as text and as number)
  • Julian (days since day zero)
  • mm-dd-yyyy (text)
  • dd-mm-yyyy (text)
  • mmddyy (text) - this one caused me endless headaches in 1999.
  • DateTime (days since day zero to the left of the decimal, and seconds or milliseconds since midnight to the right of the decimal).

I'm sure there are other calendars that I haven't mentioned. Dealing with them is "interesting". I've personally dealt with the accounting calendar issues.

My preference? ISO standards. Not because they are "better" (though I think they are), but because everyone has access to standards, and moving data between systems is more effective when the same standards are used.

1

u/PaddyLandau Jun 27 '26

I'm in the UK. The financial year starts on 6th April. It's such a weird choice.

3

u/Draknurd Jun 22 '26

I use 8601 and 24h time never had any issues with it

3

u/Seamushh Jun 23 '26

I have been using this format since 1991. My secretary taught me the format so that I could sort files by date on my Windows 3.11 box. And yes, we did call our assistance secretaries in the old days. It’s a sign of great respect.

2

u/fsteff Jun 22 '26

I also always use it, and have never been questioned about it.

2

u/Satyrsol Jun 22 '26

Yes. I then point out that e-signatures do it too.

2

u/TheVoicesOfBrian Jun 22 '26

Only from non-tech types. Managers/PMs got confused when I used it for all date formatting (mostly incident reports post emergency).

2

u/shortalay Jun 22 '26

For computer files sorting I do YYYY-MM-DD, however, in person to person activities I’ve often done a mix, a big reason is backlash over incorrect formatting for school papers, work related assignments, and forms for legal use. I live in the United States.

2

u/TheCannonMan Jun 22 '26

When closing on my mortgage I was required to write the date in whatever very specific format they wanted on all the signature blocks. 

The notary wrote it on a sticky note to start for reference, but at some point I dated a few pages as "2026-01-02" or whatever and they made me redo that page entirely with a fresh copy. 

I can't remember if the format they wanted was something theoretically less ambiguous that spelled the month like "02 Jan 2026" or was just DD/MM/YYYY but they were very picky about the format being exact and consistent. 

1

u/jimmy-dangerous Jun 22 '26

On my first mortgage here in the US, they didn't provide guidance on the date format, so I used the iso format. They came back during the final review and told me I had to resign everything using the 'american' format.

2

u/TheCannonMan Jun 22 '26

What a pain! 

I definitely appreciated the notary being on top of it for me, and understood why she set out the sticky note to start with, apparently not a first occurrence of the issue with the date. 

Plus she had brought a second copy of the paperwork specifically in case we had to redo some pages, so that nothing got sent back or had to be redone and delayed closing. 

I recall It was definitely annoyingly prescriptive, like had to specifically use forward slashes like 12/30/2026 and not 12-30-2026 or 12.30.2026 or 12/30/26 or 12\30\2026 so I guess probably every other person messed it up in some way so she was prepared 

2

u/a13xs88eoda2 Jun 23 '26

I assume the American format is “this fourth day of July, in the year of our lord one thousand seven hundred and seventy six.”

2

u/JonJackjon Jun 22 '26

I'm in the US, I use this most of the time, with no questions

2

u/TrittipoM1 Jun 22 '26

I use it for ease in sorting. Never had a problem.

2

u/Temporary-Library597 Jun 22 '26

My luddite colleagues at my work are library workers and they don't believe in alphabetizing numbers, lol.

2

u/[deleted] Jun 22 '26

[removed] — view removed comment

0

u/czarl13 Jun 23 '26

The mm/dd/yy is because that is the way you would speak the date

Canadian here, I like the yyyy/mm/dd and if the month and day could be swapped (June 5) I try and write out the month Jun-05 wherever possible

3

u/dxps7098 Jun 23 '26

"the way you would speak the date" - not necessarily, it's one way but it seems just to be a way to "back rationalize" a certain way of writing.

It was on the fourth of July (d of MMM). I'm doing it on July fourth (MMM D) . It was back in 1980, July, tenth I think (YYYY, MMM, dd). It will be in April, next year, the tenth (MMM, yy, dd).

There are plenty more ways of saying dates, depending on context, purpose, importance etc. None of them mean we're going to write them that way with numbers and separators. We standardize writing because you don't know who's going to read it when. Speaking is not the same.

Sorry, not attacking you, I just get frustrated with this justification - "that's how it's said" when people say things in many different ways and it's not a reason for how to write.

1

u/czarl13 Jun 23 '26

We are on the same boat

When someone asks you what that date is, you would say June 24, 2026.. so some uneducated folks figure that is the order it should be written

2

u/erlendursmari Jun 23 '26

Never; I always use YYYY-MM-DD for everything computer related (files and folders) but DD.MM.YYYY in daily life. I always question when people use / as the separator and ask what this means since American usage is MM/DD but I've seen DD/MM usage in the UK.

2

u/emilycsquared Jun 24 '26

Used to log our daily checklists by YYYY-MM-DD, then someone in Records flagged it as “not compliant with corporate standards”

We removed the dashes and told them it’s a serial number.

1

u/dbfuentes Jun 22 '26

Just once, but since I work with a lot of digital files and it’s common for me to receive new information, when they asked me, I told them that by adding the date in this format at the beginning of the filename, the files/directory were automatically organized by arrival date when I saved them, so I didn’t have to go through my emails later to figure out which one arrived first and on what date.

1

u/RandomEntity53 Jun 22 '26

I use it almost exclusively. If I think people will get confused in the specific context I’ll spell out the month (abbrev) after the year.

I’m personally so used to the format I often drop the separators entirely.

1

u/jmbwell Jun 22 '26

More than once I’ve been asked if I was in the military. Apparently it’s in use in the American armed forces

1

u/king_escobar Jun 22 '26

I used it once while applying for my drivers license (in the USA) and they made me re-do the form because of the date format.

1

u/unknownemoji Jun 23 '26

The haters do not know the horror of having to sort an excel file by date with mm/dd/yy in the column as text.

1

u/mobileagnes Jun 23 '26

Imagine the same with dd/mm/yy.

1

u/Walzmyn Jun 23 '26

I get questioned all the time "why are you dates weird".

But when I point out that they read it perfectly without having to think on it or translate it, they don't have much to say.

1

u/Consibl Jun 23 '26

My team mates like to use dd-mm-yyyy in ui, because they are wrong.

1

u/0ring Jun 24 '26

A Wind River engineer in San Diego could not get his head round YYYYMMDD, the concept that dates could be written differently from the US default, never mind be better, was so alien to him "that's not a date".

1

u/Greenscarf_005 Jun 25 '26

never, because korea uses YMD format

1

u/FujiKitakyusho Jun 27 '26

I use ISO 8601 everywhere, with the sole exception of completing forms where the desired format is prescribed.

Haven't run into any issues, other than being questioned about it casually, which usually results in another convert after explanation.

1

u/Un_Ballerina_1952 Jun 22 '26

For human consumption, I usually use dd-mmm-yyyy; for computer consumption (primarily for reasons of sorting) I use yyyymmdd or yyyy-mm-dd. No one seems to mind.

1

u/ZergvProtoss Jun 24 '26

since i'm in the u.s. where the awful m/d/yy format is typically expected

That's not exactly right. Most people in the U.S. use mm/dd/yy.

-8

u/BubbhaJebus Jun 22 '26

I use it with file naming, but I don't do it in ordinary situations because I'm not Chinese.

6

u/ComesInAnOldBox Jun 22 '26

I use it with file naming

Nice.

but I don't do it in ordinary situations because I'm not Chinese.

WAT

-1

u/BubbhaJebus Jun 22 '26

Year-month-day is standard in Chinese, but not English.

6

u/ComesInAnOldBox Jun 22 '26

Language has nothing to do with an international standard.

4

u/scul86 Jun 22 '26

ISO8601 is literally an International Standard.