Clj-time 0.13.0

A date and time library for Clojure, wrapping Joda Time.

clj-time.coerce

Utilites to coerce Joda DateTime instances to and from various other types.
For example, to convert a Joda DateTime to and from a Java long:

clj-time.core

The core namespace for date-time operations in the clj-time library.

clj-time.format

Utilities for parsing and unparsing DateTimes as Strings.

clj-time.instant

An optional convenience namespaces that allows key JodaTime types
to be transparently serialized with the Clojure reader (via instant literals).

Public variables and functions:

    clj-time.internal.fn

    Public variables and functions:

    clj-time.jdbc

    clojure.java.jdbc protocol extensions supporting DateTime coercion.

    Public variables and functions:

      clj-time.local

      Functions for working with local time without having to shift
       to/from utc, the preferred time zone of clj-time.core.

      clj-time.periodic

      Public variables and functions:

      clj-time.predicates

      Predicate functions to ask basic questions about a date