geerlingguy, to random
@geerlingguy@mastodon.social avatar

Drywall repair time. Always leave an Easter egg!

notsle,
@notsle@kzoo.to avatar
nekohayo, (edited ) to random
@nekohayo@mastodon.social avatar

, a dedicated timesheets and invoicing web application, being somehow unable¹ to consistently support for timesheets, gives me very strong "Microservices vs ISO timestamps" satyre sketch² vibes.

I wish this was a joke on the part of the InvoiceNinja people, but apparently they can't figure out how to have their settings for YYYY-MM-DD dates & 24-hour times actually apply consistently for input in the UI 🤦‍♂️

anneroth, to random German
@anneroth@systemli.social avatar

Es sollte verboten und bestraft werden, Inhalte ins Netz zu stellen, ohne ein Datum dran zu schreiben. HTML wie PDF und alles andere auch.

das_g,
@das_g@chaos.social avatar
Neblib, to iso8601
@Neblib@mastodo.neoliber.al avatar

I find it sad that people can (righteously) hate on Fahrenheit for not being an international standard and mostly only understood in the US but then in their next beat try to argue for their local ddmmyy or otherwise nonsense numeric date formatting (eg mmddyy) not realizing they are using a date format equivalent. If you want to use local formatting, write the months with a full year, or use the standard. 010203 is nonsense; Jan. 2 2003 and 2 Jan. 2003 are clear, 2003-01-02 is best.

Skoop, to random
@Skoop@phpc.social avatar

It is only if you have a twisted date notation where the month comes before the day of the month.

bmaxv,
@bmaxv@noc.social avatar

@Skoop Wow. The gang doesn't like your attitude, pal.

😂

wmd, to baking
@wmd@chaos.social avatar

Good morning!

And happy pi day!

(Following iso 8601 date format; year, month day, 3 14 looks like pi. A great moment to celebrate pi. Almost as good as 6 28 which is tau day or twice pi day both good excuses to give out pie)

publicvoit, to Bulgaria German
@publicvoit@graz.social avatar

Urteil: Europäische dürfen nicht hinter die Paywall
https://www.heise.de/news/EuGH-Entscheid-Europaeische-Normen-muessen-gratis-zugaenglich-sein-9646757.html

Jawohl!

Hoffentlich sind mal all die praktischen Normen wie und usw. ohne horrende Kosten frei zugänglich. 👍

Fand ich schon immer bedenklich, dass man Vieles davon erfüllen MUSS aber die Bestimmungen sind nicht frei verfügbar.

Als ob man in die Einsicht von allgemeinen Gesetzen Geld zahlen müsste ... 🙄

bijram,
@bijram@graz.social avatar

@publicvoit Super! FTW! 🤓

Barredo, to random
@Barredo@mastodon.social avatar

dear

<input type="datetime-local" />

i love you very much

CubeThoughts,
@CubeThoughts@mastodon.social avatar

@Barredo That assumes local datetime is mostly useful. For me it's mostly not.

I want to be able to set date/time format separate from language. Usually English, sometimes another language I can speak. But I always want (or ) date time notation. In windows I can set that easily. Not in browsers, on Linux, most M365 applications don't follow the datetime setting, just the language setting. Some do, some follow the location setting, meaning three different formats.

fooderick, to productivity
@fooderick@nerd.net avatar

I would implore you all to use ISO 8601 for dates (year-month-day, biggest to smallest)! I sent a message out to my team at my job about this before discovered that XKCD actually made a comic regarding this haha. My favorite feature is that it allows for “natural” (lexicographical) sorting so that you can just sort your files on your computer by name! It also plays nicely with file paths on operating systems since it does not use / to delineate year-month-day.

The ambiguity between month/day in many date systems really hurts my brain. I admit that I sometimes use the US-standard of month/day/year for those individuals whose brains are likely not ISO 8601 compliant.

Original XKCD: https://xkcd.com/1179/

Wikipedia on ISO 8601: https://en.wikipedia.org/wiki/ISO_8601#General_principles

jacobydave, to random
@jacobydave@mastodon.xyz avatar

Finding an issue with (either my current situation or) Perl's DateTime::Format::Duration module.

I create 2 DT objects, display via DT::F::MySQL and

my $d = DateTime::Format::Duration->new(
pattern => '%Y years, %m months, %e days, '
. '%H hours, %M minutes, %S seconds' );

and get

1975-01-01 08:05:00
1993-12-13 17:40:17
0 years, 227 months, 12 days, 00 hours, 575 minutes, 17 seconds

Shouldn't there be days and hours, instead of >12 months and >60 minutes?

mjgardner,
@mjgardner@social.sdf.org avatar

@jacobydave DateTime's iso8601 is okay but it doesn't output time zone. You can find more complete parser/formatter classes on .

For scripts that need to run quickly and with low memory, you can also try @xdg's https://metacpan.org/pod/DateTime::Tiny, which provides a subset of the DateTime API for immutable objects while enabling you to "inflate" them to full DateTimes as needed

sean, to Montreal
@sean@scoat.es avatar

There are lots of things that make our bilingual (and truly multi-lingual… hello allophones) society here in interesting and fun. Sometimes it's a pain, but we tolerate things like the inefficiency (~2x as much time) of announcements and speeches made in both french and english (even though nearly everyone understands both languages).

One thing that gets me a LOT, though, is MM-DD-YYYY in english and DD-MM-YYYY in french. It makes stuff like automating document scanning a real pain.

VE2UWY,
@VE2UWY@mastodon.radio avatar

@sean

is the one, true date format: YYYY-MM-DD (followed by HH:MM:SS as needed).

As a born who lived in the US for nearly 40 years,but who is moving back to the "Ontario suburbs" of Montréal, I got thoughts about this. I should probably write them out & post them. Eastern Ontario has been a revelation ... and we haven't even moved into the house yet.

Polypompholyx, to random
@Polypompholyx@mastodon.social avatar

The unbelievable self-absorption of never fails to make me laugh

Polypompholyx,
@Polypompholyx@mastodon.social avatar

And asking for the date in fucking MM/DD/YY format - 😂🤣😭🤢🤮 I need to wash. You absolute buffoons.

KelsonV, to linux
@KelsonV@wandering.shop avatar

Tech tip: On Linux, you can easily get the current date in ISO 8601 format, suitable for plugging into, say, HTML metadata, or an Eleventy template, using the command line:

date -Is

That's a capital I (as in ISO) and a lower-case s (as in seconds).

Result: 2023-10-08T17:11:36-07:00

https://hyperborea.org/tech-tips/isodate/

jwildeboer, to iso8601
@jwildeboer@social.wildeboer.net avatar

Adding to my bio as it is the only way to use dates without any ambiguity. yyyy-mm-dd. Simple. Makes sorting possible and reliable. Yoda style Ah, date is month day year should be made a global crime IMHO ;)

strypey, to random
@strypey@mastodon.nzoss.nz avatar

Been meaning to write about this for a few days...

The Tightrope Between Tinfoil-hat Paranoia and Rose-tinted Naivety

https://strypey.dreamwidth.org/5086.html

Marc,
@Marc@fosstodon.org avatar

@strypey

Testing and asking how you know what you know is useful for knowledge building. Average accuracy isn't the goal of knowledge building, knowledge is the goal.

When informing action or when (for lack of a better word) betting, leaning a little more toward speculation is likely to result in more correct takes, by accepting a few bad takes. (Or use the language of type I and type II errors).

goo, to random
@goo@dobbs.town avatar

I love and endorse @lanodan for continually promoting

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • GTA5RPClips
  • DreamBathrooms
  • cubers
  • mdbf
  • everett
  • magazineikmin
  • Durango
  • Youngstown
  • rosin
  • slotface
  • modclub
  • kavyap
  • ethstaker
  • megavids
  • ngwrru68w68
  • thenastyranch
  • cisconetworking
  • khanakhh
  • osvaldo12
  • InstantRegret
  • Leos
  • tester
  • tacticalgear
  • normalnudes
  • provamag3
  • anitta
  • lostlight
  • All magazines