Is there a way in Java to get the BIOS date and time?
Does Java use the BIOS Datetime when you call java.util.Calendar.getInstance() or new java.util.Date()?
I do know that Java somehow works the current Date and time using January 1, 1970, 00:00:00 GMT as a base.
But how exactly?