Skip to content
Snippets Groups Projects
Commit 660e3441 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

docs: add a bit of logging

parent e54a468e
No related branches found
No related tags found
No related merge requests found
......@@ -139,6 +139,8 @@ public class OaipmhUtilities {
DatatypeFactory datatypeFactory = DatatypeFactory.newInstance();
XMLGregorianCalendar now = datatypeFactory.newXMLGregorianCalendar(gregorianCalendar);
log.fine("NOW in UTC is " + now.toString());
return now;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment