Date and time handling in Java is a somewhat tricky part when you are new to the
language. Time can be accessed via the static method System.currentTimeMillis()
[http://docs.oracle.com/javase/7/docs/api/java/lang/System.html#currentTimeMillis%28%29]
which returns the current time in milliseconds