Skip to content

Commit

Permalink
minor snark removal
Browse files Browse the repository at this point in the history
  • Loading branch information
brehaut committed Dec 7, 2012
1 parent de52217 commit b6ea55c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/necessary_evil/value.clj
Expand Up @@ -33,8 +33,9 @@
[clj-time.coerce])
(:import org.apache.commons.codec.binary.Base64))

;; dave winer has kindly defined his own variation on ISO 8601 date
;; time formatting
;; despite the xml-rpc spec claiming to use iso8601 timestamp format,
;; it doesnt appear to actually use a standard format. for convenience
;; it is defined here
(def winer-time (time-format/formatter "yyyyMMdd'T'HH:mm:ss"))

;; The following is to handle nils
Expand Down

0 comments on commit b6ea55c

Please sign in to comment.