update iso8601 timestamp format to include timezone info in a format that seems to be more generally accepted by the various public fhir test servers

This commit is contained in:
Gered 2014-07-08 09:52:21 -04:00
parent cc11d75af8
commit f06b612dcc

View file

@ -7,7 +7,7 @@
[cheshire.core :as json]))
(def tz (TimeZone/getDefault))
(def iso8601-timestamp "yyyy-MM-dd'T'HH:mm:ss")
(def iso8601-timestamp "yyyy-MM-dd'T'HH:mm:ssXXX")
(def iso8601-date "yyyy-MM-dd")
(defn format-date [^Date date ^String format]