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:
parent
cc11d75af8
commit
f06b612dcc
|
@ -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]
|
||||
|
|
Reference in a new issue