If all you need is to get the current time and date for your logger, then this function is OK:
(defn now [] (new java.util.Date))
Now that you mentioned this, it would be useful to have support for immutable Date objects.
If all you need is to get the current time and date for your logger, then this function is OK:
(defn now [] (new java.util.Date))
Now that you mentioned this, it would be useful to have support for immutable Date objects.