Oh how quaint, someone has discovered that Wikipedia can be vandalised. I’ll have to have you know that that came to us a a real surprise in 2001. Things are more manageable these days. People usually notice these things.
umbraroze
Rose here. Also @umbraroze for non-kbin stuff.
- 0 Posts
- 5 Comments
Joined 3 years ago
Cake day: June 14th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Switch to Chrome? Never! I take my chances with the gargantuan planet humping fire elemental vulpine.
God clearly failed, then. George W. Bush kept bombing places that he couldn’t pronounce.
Almost every situation can be made hell by introducing an enthusiastic sales person with lots of options to market to you


Funny thing, in ISO 8601 date isn’t separated by colon. The format is “YYYY-MM-DDTHH:MM:SS+hh:mm”. Date is separated by “-”, time is separated by “:”, date and time are separated by “T” (which is the bit that a lot of people miss). Time zone indicator can also be just “Z” for UTC. Many of these can be omitted if dealing with lesser precision (e.g. HH:MM is a valid timestamp, YYYY-MM is a valid datestamp if referring to just a month). (OK so apparently if you really want to split hairs, timestamps are supposed to be THH:MM etc. Now that’s a thing I’ve never seen anyone use.) Separators can also be omitted though that’s apparently not recommended if quick human legibility is of concern. There’s also YYYY-Wxx for week numbers.