I want to display the current Date and/or Time of the system, but it does not give me the correct system date and time.
Calendar cal = GregorianCalendar.getInstance();
Literal value = model.createTypedLiteral(cal);
individual.addLiteral(date, value); //date is property name
