Take a look at the following code, and try to guess what is printed:

public static void main(String[] args) {
                Date today = new Date();
               
                Calendar c = new GregorianCalendar();
          […]