Friday, June 13, 2025

Tuesday, June 3, 2025

Sugar Consumption, Date format

https://www.youtube.com/shorts/xHXtGsKq5JU

The International ISO Standard for dates is YYYY-MM-DD.  I have been using this format for at least 15 years.  

In the computer world, this is called "Big Endian", where the largest value numbers come first.  Many computer processors use this format for numbers, although Intel and Intel-compatible processors use "Little Endian", where the least significant part of the number comes first.  "Big Endian" has a small advantage because it is easier to sort records using this format.