Skip to main content

clojure.instant

P

  • parse-timestamp

    Parse a string containing an RFC3339-like like timestamp. The function new-instant is called with the following argumen...

R

  • read-instant-calendar

    To read an instant as a java.util.Calendar, bind *data-readers* to a map with this var as the value for the 'inst key. ...

  • read-instant-date

    To read an instant as a java.util.Date, bind *data-readers* to a map with this var as the value for the 'inst key. The t...

  • read-instant-timestamp

    To read an instant as a java.sql.Timestamp, bind *data-readers* to a map with this var as the value for the 'inst key. T...

V

  • validated

    Return a function which constructs an instant by calling constructor after first validating that those arguments are in ...