Optimize with a SATA RAID Storage Solution
Range of capacities as low as $1250 per TB. Ideal if you currently rely on servers/disks/JBODs
On the other hand, if you were born and reared in Europe you're probably wondering what all this is about (don't worry, I promise to pull it all together).
You see, the dates shown above are perfectly valid; I've simply shown them as they would appear in many European countries. The way in which the components of a date -- the year, month, and day -- are combined is largely a matter of local custom. In the United States, we format dates using the month/day/year style. In England, however, it's the day that comes first, followed by the month and year. It's a small difference, but please don't underestimate its importance to the end user.
It's surprising how few of our simplest assumptions about appearance are valid anyplace else. Date formats are perhaps the simplest. But what about time formats and monetary representations, the calendar we use to mark the progress of time, and the character set we use? It's interesting to note that ASCII (American Standard Code for Information Interchange), the character set that formed the basis for over twenty years of American computing, managed to leave out many of the characters necessary to display text in languages as common as French.
This weakness was remedied with the release of JDK 1.1 whose class library included numerous changes necessary to improve international support:
Let's take a look at just how much they can vary.
Time
The display of the hours, minutes, and seconds in a day (the time, in other words) seems like it should be the most straightforward
of tasks. Surprisingly, it is a haven for hidden traps. First, there's the question of the number of hours in a day. Most
folks agree that there are 24. But how are they represented? Two half days of twelve hours (like here in the United States)
or one day of 24 hours (what we commonly call "military time")? Then there's the choice of the character that separates hours
from minutes. Here in the States, we use the colon (:); in Italy it's the period (.). More perplexingly, there's the question
of time zone indication and daylight savings time (some locales have it, some don't).
java.io package -- class Reader and class Writer -- to filter out unwanted e-mail.